lookup_attributes property

lookup_attributes property

Gets or sets whether to load attributes from external attribute list file(.att/.attrib/.txt), default value is true.

Definition:

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

See Also