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

DbGroup.h

This class defines Iterator objects that traverse entries in OdDbGroup objects in an OdDbDatabase instance. 

 

 
Name 
Description 
 
done 
Returns true if and only if the traversal by this Iterator object is complete. 
 
Returns the entity currently referenced by this Iterator object.
 
 
next 
Sets this Iterator object to reference the entity following the current entity. 
 
Returns the Object ID of the entity currently referenced by this Iterator object. 
 
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.