is_object_icon property

is_object_icon property

Determines whether an object is visible as icon. Read/write bool.

Definition:

@property
def is_object_icon(self):
    ...

@is_object_icon.setter
def is_object_icon(self, value):
    ...

See Also