Close

Relief for ODA Team in Ukraine

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

Gets the BOM table for the specified target. 

 

Parameters
Description
name
[in] BOM table name.
bomTableId
[out] BOM table object ID.
pDb
[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.