Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::getAllBomTables Method
Syntax
C++
virtual OdResult getAllBomTables(OdDbObjectIdArray& bomIds, bool xrefed, OdDbDatabase* pHostDb) const = 0;

Gets all BOM tables for an entire drawing and optionally gets BOM tables from external reference files. 

 

Parameters
Description
bomIds
[out] Array of BOM tables IDs.
xrefed
[in] Determines whether to get (true) or not get (false) BOM tables from external reference files.
pHostDb
[in] Database that should be searched for BOM tables.

eOk if successful or the appropriate error code otherwise.

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