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

DbIdMapping.h

This class defines Iterator objects that traverse OdDbIdPair records in OdDbIdMapping instances.

Instances are returned by OdDbIdMapping::newIterator(). 

 

 
Name 
Description 
 
 
 
Name 
Description 
 
done 
Returns true if and only if the traversal by this Iterator object is complete. 
 
Returns the IdPair pointed to by this Iterator Object.
 
 
next 
Increments this Iterator object. 
 
 
 
Sets this Iterator object to reference the OdIdPair that it would normally return first. 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.