ACadSharp.Entities.IEntity.IsInvisible - DomCR/ACadSharp GitHub Wiki
IsInvisible Property
Specifies the visibility of an object or the application.
Remarks
If you specify an object to be invisible, it will be invisible regardless of the application visible setting. Other factors can also cause an object to be invisible; for example, an object will not be displayed if its layer is off or frozen.
Definition
Namespace: ACadSharp.Entities.IEntity
C#
public Boolean IsInvisible { get; set; }
Property Value
Boolean