Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::setPartData Method (const AmiCompKey*, OdUInt32, const OdMapStringToString&, bool)
Syntax
C++
virtual OdResult setPartData(const AmiCompKey* pCompKey, OdUInt32 numOfItems, const OdMapStringToString& valueMap, bool bValue = false) const = 0;

Sets the part data for the specified component. 

 

Parameters
Description
pCompKey
[in] Component key.
numOfItems
[in] Number of items.
valueMap
[in] Value map.
bValue
[in] Specifies whether to create a new attribute.

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.