Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::createItem Method (OdDbObjectId&, const OdDbObjectId&, const OdDbObjectIdArray&, OdString)
Syntax
C++
virtual OdResult createItem(OdDbObjectId& itemId, const OdDbObjectId& bomId, const OdDbObjectIdArray& refIdArray, OdString itemNo) const = 0;

Creates a new BOM row item. 

 

Parameters
Description
itemId
[out] ID of the created item.
bomId
[in] BOM table ID.
refIdArray
[in] Array of reference IDs.
itemNo
[in] Item number.

eOk if successful or the appropriate error code otherwise.

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