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

DbIndex.h

This class iterates through changed entities in an OdDbBlockTableRecord instance.

TD_Db 

 

 
Name 
Description 
 
Clears the processed bit (0x04) of the flags of entities being traversed. 
 
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 the flags and data associated with the object currently referenced by this Iterator object.
 
 
Sets this Iterator object to reference the entity that it would normally return first. 
 
Returns the OdDbIndexUpdateData object associating Object IDs to data and flags. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.