Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::getBomTable Method (OdDbObjectId&, OdString&, const OdDbObjectId&, OdDbDatabase*)
Syntax
C++
virtual OdResult getBomTable(OdDbObjectId& bomTableId, OdString& name, const OdDbObjectId& targetId, OdDbDatabase* pHostDb = NULL) const = 0;

Gets the BOM table for the specified target. 

 

Parameters
Description
bomTableId
[out] BOM table object ID.
name
[in] BOM table name.
targetId
[in] Target ID.
pHostDb
[in] Database to be searched for tables.

eOk if successful or the appropriate error code otherwise.

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