Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::createBomTable Method (OdDbObjectId&, const AmiCompDefKey*, const OdString&)
Syntax
C++
virtual OdResult createBomTable(OdDbObjectId& newBomTableId, const AmiCompDefKey* pTargetKey, const OdString& name = OdString::kEmpty) = 0;

Creates a new BOM table for the specified target. 

 

Parameters
Description
newBomTableId
[out] Object ID of the created BOM table.
pTargetKey
[in] Target key.
name
[in] BOM table name. If empty, the name is set automatically.

eOk if successful or the appropriate error code otherwise.

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