Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::getCalculatedItemCount Method
Syntax
C++
virtual OdResult getCalculatedItemCount(const OdDbObjectId& itemId, OdUInt32& numOfItems, OdUInt32& numOfItemsIgnoreRefQty) const = 0;

Gets the number of calculated items in a BOM table row. 

 

Parameters
Description
itemId
[in] BOM table row ID.
numOfItems
[out] Number of items.
numOfItemsIgnoreRefQty
[out] Number of items that ignore references.

eOk if successful or the appropriate error code otherwise.

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