Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteAutodesk Class / SortEntitiesForWriteAutodesk Method
The collection of entities to be saved

In This Topic
    SortEntitiesForWriteAutodesk Method
    In This Topic
    Gives the opportunity to sort entities before export.
    Syntax
    'Declaration
     
    Protected Overridable Function SortEntitiesForWriteAutodesk( _
       ByVal entitiesToSave As IList(Of Entity) _
    ) As IList(Of Entity)
    protected virtual IList<Entity> SortEntitiesForWriteAutodesk( 
       IList<Entity> entitiesToSave
    )

    Parameters

    entitiesToSave
    The collection of entities to be saved

    Return Value

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