excluded property

excluded property

Gets or sets whether to exclude this entity during exporting.

Definition:

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

See Also