ACadSharp.Classes.DxfClass.IsAnEntity - DomCR/ACadSharp GitHub Wiki
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