Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::getBomData Method
Syntax
C++
virtual OdResult getBomData(const OdDbObjectId& bomId, OdString& name, OdMapStringToString& valueMap) const = 0;

Gets the BOM data for the specified BOM table. 

 

Parameters
Description
bomId
[in] BOM table object ID.
name
[out] BOM table name.
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.