technique_common property

technique_common property

Gets or sets the technique common. The technique common specifies the common method for accessing this source element’s data.

Definition:

@property
def technique_common(self):
    ...
@technique_common.setter
def technique_common(self, value):
    ...

See Also