Skip to content

ACadSharp.Classes.DxfClass.IsAnEntity

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

IsAnEntity Property

Is-an-entity flag. Set to 1 if class was derived from the AcDbEntity class and can reside in the BLOCKS or ENTITIES section. If 0, instances may appear only in the OBJECTS section

Definition

Namespace: ACadSharp.Classes.DxfClass

C#

DxfCodeValueAttribute
public Boolean IsAnEntity { get; set; }

Property Value

Boolean

Clone this wiki locally