Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::getExtendedBomProperties Method
Syntax
C++
virtual OdResult getExtendedBomProperties(const OdDbObjectId& bomId, bool& isBorderBom, bool& isVisible) const = 0;

Gets extended properties for the specified BOM table. 

 

Parameters
Description
bomId
[in] BOM table object ID.
isBorderBom
[out] Indicates whether the BOM table is a border BOM.
isVisible
[out] Indicates whether the BOM table is visible in the browser.

eOk if successful or the appropriate error code otherwise.

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