API Reference > OdDb Classes > OdDbBlockChangeIterator Class > OdDbBlockChangeIterator Methods > OdDbBlockChangeIterator::curIdInfo Method
OdDbBlockChangeIterator::curIdInfo Method
Syntax
C++
void curIdInfo(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.