API Reference > OdDb Classes > OdDbIndexUpdateDataIterator Class > OdDbIndexUpdateDataIterator Methods > OdDbIndexUpdateDataIterator::currentData Method
OdDbIndexUpdateDataIterator::currentData Method
Syntax
C++
void currentData(OdDbObjectId& currentId, OdUInt8& flags, OdUInt32& data) const;
Parameters 
Description 
OdDbObjectId& currentId 
[out] Receives the current Object ID.  
OdUInt8& flags 
[out] Receives the 8-bit flags.  
OdUInt32& data 
[out] Receives the 32-bit data 

Returns the Object ID of the entity currently referenced by this Iterator object, and the flags and data associated with it. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.