WriteDatabase.SortEntitiesForWriteAutodesk Method

Gives the opportunity to sort entities before export.
Protected Overridable Function SortEntitiesForWriteAutodesk( _ 
ByVal entitiesToSave As IList(Of Entity) _ 
) As IList(Of Entity)
This language is not supported or no code example is available.
protected virtual IList<Entity> SortEntitiesForWriteAutodesk( 
IList<Entity> entitiesToSave 
)
This language is not supported or no code example is available.

Parameters

entitiesToSave
IList<Entity>

The collection of entities to be saved

Return Value

IList<Entity>

The sorted collection. The order is important for overlapping entities since the last entity is drawn over the previous ones.

.NET Framework

Supported in: 4.8

In this article

Definition