Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::setCurrentBom Method (const OdDbObjectId&, OdDbDatabase*, bool)
Syntax
C++
virtual OdResult setCurrentBom(const OdDbObjectId& bomId, OdDbDatabase* pHostDb, bool addToBrowser = true) = 0;

Sets the current BOM table for the specified database. 

 

Parameters
Description
bomId
[in] Object ID of the BOM table to be set as current.
pHostDb
[in] Pointer to the database.
addToBrowser
[in] Specifies whether to add the BOM table to the browser.

eOk if successful or the appropriate error code otherwise.

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