CadEntityBase.IsNoLinks

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

public bool IsNoLinks { get; set; }

Property Value

true if the entity has no links.

Remarks

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

See Also