Skip to content

ACadSharp.Objects.SortEntitiesTable

Albert Domenech edited this page Aug 19, 2025 · 6 revisions

SortEntitiesTable Class

Represents a object

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Objects

C#

DxfNameAttribute
DxfSubClassAttribute
public class SortEntitiesTable

Properties

Returns Name Summary
BlockRecord BlockOwner Block owner where the table is applied
String ObjectName
ObjectType ObjectType
String SubclassMarker

Methods

Returns Name Summary
Void Add(ACadSharp.Entities.Entity, System.UInt64) Sorter attached to an entity.
Void Clear Removes all elements in the collection.
CadObject Clone
IEnumerator<Sorter> GetEnumerator
UInt64 GetSorterHandle(ACadSharp.Entities.Entity) Get the sorter handle of an entity, if is not in the sorter table it will return the entity's handle.
Boolean Remove(ACadSharp.Entities.Entity) Removes the first occurrence of a specific object from the sorters table.
Clone this wiki locally