Close

Relief for ODA Team in Ukraine

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

Creates a new BOM row item. 

 

Parameters
Description
itemId
[out] ID of the created item.
bomId
[in] BOM table ID.
pCompKey
[in] Component key.
itemNo
[in] Item number.

eOk if successful or the appropriate error code otherwise.

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