API Reference > OdDb Classes > OdDbLongTransWorkSetIterator Class > OdDbLongTransWorkSetIterator Methods > OdDbLongTransWorkSetIterator::start Method
OdDbLongTransWorkSetIterator::start Method
Syntax
C++
virtual void start(bool incRemovedObjs = false, bool incSecondaryObjs = false) = 0;
Parameters 
Description 
bool incRemovedObjs = false 
[in] True to include removed objects.  
bool incSecondaryObjs = false 
[in] True to include secondary objects. 

Sets this Iterator object to reference the entity that it would normally return first. 

 

Allows multiple traversals of the iterator list.

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