Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbIndexUpdateData::getFlagsAndData Method
Syntax
C++
bool getFlagsAndData(OdDbObjectId objectId, OdUInt8& flags, OdUInt32& data) const;

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

 

Parameters
Description
flags
[out] Receives the 8-bit flags.
data
[out] Receives the 32-bit data.
objectID
[in] Object ID.

Returns true if and only if successful.

Copyright © 2002-2022. Open Design Alliance All rights reserved.