status property

status property

Gets or sets the status. (DXF 68 status)

Definition:

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

See Also