API Reference > OdDb Classes > OdDbLongTransWorkSetIterator Class
OdDbLongTransWorkSetIterator Class
OdDbLongTransWorkSetIterator
Syntax
C++
class OdDbLongTransWorkSetIterator : public OdRxObject;

DbLongTransaction.h

This class implements Iterator objects that traverse OdDbLongTransaction worksets. 

 

 
Name 
Description 
 
Returns true if and only if the entity currently referenced by this Iterator object has been erased. 
 
Returns true if and only if the entity currently referenced by this Iterator object is a Primary object. 
 
Returns true if and only if the entity currently referenced by this Iterator object has been removed from the work set. 
 
done 
Returns true if and only if the traversal by this Iterator object is complete. 
 
Returns the object ID of the entity currently referenced by this Iterator object. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDbLongTransWorkSetIterator. 
 
Sets this Iterator object to reference the entity that it would normally return first.
 
 
step 
Sets this Iterator object to reference the entity following the current entity. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.