Skip to content

ACadSharp.Entities.IEntity.IsInvisible

Albert Domenech edited this page Jul 14, 2024 · 1 revision

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

Clone this wiki locally