API Reference > OdDb Classes > OdDbLongTransaction Class > OdDbLongTransaction Methods > OdDbLongTransaction::newWorkSetIterator Method
OdDbLongTransaction::newWorkSetIterator Method
Syntax
C++
OdDbLongTransWorkSetIteratorPtr newWorkSetIterator(bool incRemovedObjs = false, bool incSecondaryObjs = false) const;
Parameters 
Description 
bool incRemovedObjs = false 
[in] True to include removed and erased objects from the work set.  
incSecondaryObj 
[in] True to include objects referenced by objects in the work set. 

Creates an Iterator object that provides access to the entities in the work set.

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