Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::getItemStatus Method
Syntax
C++
virtual OdResult getItemStatus(const OdDbObjectId& itemId, bool& isAutoCalcEnabled, bool& isExpanded, bool& isExpandable) const = 0;

Gets an item's status. 

 

Parameters
Description
itemId
[in] Item ID.
isAutoCalcEnabled
[out] Indicates whether auto calculation is enabled.
isExpanded
[out] Indicates whether the item is expanded.
isExpandable
[out] Indicates whether the item is expandable.

eOk if successful or the appropriate error code otherwise.

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