API Reference > OdDb Classes > OdDbSortentsTable Class > OdDbSortentsTable Methods > OdDbSortentsTable::swapOrder Method
OdDbSortentsTable::swapOrder Method
Syntax
C++
void swapOrder(OdDbObjectId firstId, OdDbObjectId secondId);
Parameters 
Description 
OdDbObjectId firstId 
[in] First entity ID.  
OdDbObjectId secondId 
[in] Second entity ID. 

Swaps the DrawOrder of the specified entities in this SortentsTable. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.