API Reference > OdDb Classes > OdDbSortentsTable Class > OdDbSortentsTable Methods > OdDbSortentsTable::setRelativeDrawOrder Method
OdDbSortentsTable::setRelativeDrawOrder Method
Syntax
C++
void setRelativeDrawOrder(const OdDbObjectIdArray& entityIds);
Parameters 
Description 
const OdDbObjectIdArray& entityIds 
[in] Entity IDs in DrawOrder. 

Sets the relative DrawOrder for the specified entities in this SortentsTable. 

 

The DrawOrder of other entities are unaffected. 

Returns eOk if successful, or an appropriate error code if not.

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