API Reference > OdDb Classes > OdDbLongTransaction Class > OdDbLongTransaction Methods > OdDbLongTransaction::workSetHas Method
OdDbLongTransaction::workSetHas Method
Syntax
C++
bool workSetHas(OdDbObjectId ObjectId, bool getErased = false) const;
Parameters 
Description 
bool getErased = false 
[in] True to return true for erased and removed objects in the work set. 
objectId 
[in] Object ID being tested.  

Returns true if and only if the specified object ID is in the work set. 

 

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