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.

TD_Db 

 

 
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. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDbGroupIterator. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.