compound_type property

compound_type property

Specifies the compound line type

Definition:

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

See Also