Close

Relief for ODA Team in Ukraine

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

Indicates whether a BOM table for the specified target exists. 

 

Parameters
Description
targetId
[in] Target object ID.
pHostDb
[in] Database to be searched.

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

Can return the following:

  • eNoDatabase — If the database is invalid or NULL and the target ID is also kNull.
Copyright © 2002-2022. Open Design Alliance All rights reserved.