Close

Relief for ODA Team in Ukraine

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

Sets the current BOM table for the specified database. 

 

Parameters
Description
bomName
[in] Name 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.