API Reference > OdDb Classes > OdDbSortentsTable Class > OdDbSortentsTable Methods > OdDbSortentsTable::firstEntityIsDrawnBeforeSecond Method
OdDbSortentsTable::firstEntityIsDrawnBeforeSecond Method
Syntax
C++
bool firstEntityIsDrawnBeforeSecond(OdDbObjectId firstID, OdDbObjectId secondID) const;
Parameters 
Description 
OdDbObjectId firstID 
[in] First entity ID.  
OdDbObjectId secondID 
[in] Second entity ID. 

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

Returns true if and only if the first entity is drawn before the second with this SortentsTable. 

 

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