Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::getBlockData Method (const OdDbObjectId&, OdString&, OdUInt32&, OdMapStringToString&)
Syntax
C++
virtual OdResult getBlockData(const OdDbObjectId& blockId, OdString& itemNo, OdUInt32& numOfItems, OdMapStringToString& valueMap) const = 0;

Gets block data. 

 

Parameters
Description
blockId
[in] Block ID.
itemNo
[out] Item number.
numOfItems
[out] Number of items.
valueMap
[out] Value map.

eOk if successful or the appropriate error code otherwise.

A value map is a map of attribute names mapped to their values.

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