API Reference > OdDb Classes > OdDbIndexUpdateData Class > OdDbIndexUpdateData Methods > OdDbIndexUpdateData::getIdData Method
OdDbIndexUpdateData::getIdData Method
Syntax
C++
bool getIdData(OdDbObjectId objectId, OdUInt32& data) const;
Parameters 
Description 
OdUInt32& data 
[out] 32-bit data. 
objectID 
[in] Object ID.  

Returns the data associated with the specified Object ID in this OdDbIndexUpdateData object. 

 

Returns true if and only if successful.

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