API Reference > OdDbRoot Classes > OdDbBaseLongTransactionPE Class > OdDbBaseLongTransactionPE Methods > OdDbBaseLongTransactionPE::newWorkSetIterator Method
OdDbBaseLongTransactionPE::newWorkSetIterator Method
Syntax
C++
virtual OdRxIteratorPtr newWorkSetIterator(const OdRxObject * pLT, bool incRemoved = false, bool incSecondary = false) const = 0;
Parameters 
Description 
const OdRxObject * pLT 
[in] A pointer to a long transaction object.  
bool incRemoved = false 
[in] A flag that determines whether the iterator includes removed objects (if equal to true).  
bool incSecondary = false 
[in] A flag that determines whether the iterator includes secondary objects (if equal to true). 

Creates an iterator for a specified long transaction workset. 

 

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