is_no_links property

Gets or sets a value indicating that the entity has no links.

Remarks

For versions CadAcadVersion.AC1018 and later, this value is always true (links are not used).

Definition:

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

See Also