API Reference > OdDb Classes > OdDbIndexUpdateDataIterator Class
OdDbIndexUpdateDataIterator Class
OdDbIndexUpdateDataIterator
Syntax
C++
class OdDbIndexUpdateDataIterator;

DbIndex.h

This class iterates through OdDbIndexUpdateData instances.

TD_Db 

 

 
Name 
Description 
 
This is OdDbIndexUpdateDataIterator, a member of class OdDbIndexUpdateDataIterator. 
 
Name 
Description 
 
Returns the Object ID of the entity currently referenced by this Iterator object, and the flags and data associated with it.
 
 
done 
Returns true if and only if the traversal by this Iterator object is complete. 
 
id 
Returns the Object ID of the entity currently referenced by this Iterator object. 
 
next 
Sets this Iterator object to reference the entity following the current entity. 
 
Sets this Iterator object to reference the entity that it would normally return first. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.