ACadSharp.Objects.SortEntitiesTable - DomCR/ACadSharp GitHub Wiki
Represents a object
Object name
Dxf class name
Namespace: ACadSharp.Objects
C#
DxfNameAttribute
DxfSubClassAttribute
public class SortEntitiesTable
Returns | Name | Summary |
---|---|---|
BlockRecord |
BlockOwner | Block owner where the table is applied |
String |
ObjectName | |
ObjectType |
ObjectType | |
IEnumerable<Sorter> |
Sorters | List of the entities sorted. |
String |
SubclassMarker |
Returns | Name | Summary |
---|---|---|
Void |
AddEntity(ACadSharp.Entities.Entity, System.Nullable{System.UInt64}) | Sorter attached to an entity. |