Close

Relief for ODA Team in Ukraine

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

Indicates whether a BOM table for the specified target exists. 

 

Parameters
Description
name
[in] BOM table name.
pHostDb
[in] Database to be searched.

eOk if the BOM table is successfuly found or the appropriate error code otherwise.

Can return the following:

  • eInvalidInput — If the database is invalid or NULL.
Copyright © 2002-2022. Open Design Alliance All rights reserved.