export_attributes property

export_attributes property

Gets or sets whether to export the attribute list to an external .att file, default value is false.

Definition:

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

See Also