has_new_status property

has_new_status property

Wether entity has new viewport status field (DXF 90)

Definition:

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

See Also