Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::existBomTable Method (const AmiCompDefKey*)
Syntax
C++
virtual OdResult existBomTable(const AmiCompDefKey* pTargetKey) const = 0;

Indicates whether a BOM table for the specified target exists. 

 

Parameters
Description
pTargetKey
[in] Target key.

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

Can return the following:

  • eInvalidInput — If the target key is invalid or NULL.
  • eKeyNotFound — If the target key is not found.
Copyright © 2002-2022. Open Design Alliance All rights reserved.