Skip to content

ACadSharp.Tables.BlockRecord.GetSortedEntities

Albert Domenech edited this page Jul 8, 2025 · 1 revision

GetSortedEntities Method

Get the entities in this block record sorted by it's handle and the sorter assigned if is present.

Remarks

If the record is not in a document the entities will not be sorted unless there is a assigned to the block.

Definition

Namespace: ACadSharp.Tables.BlockRecord

C#

public IEnumerable<Entity> GetSortedEntities

Return Value

IEnumerable

Clone this wiki locally