Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::getStructuredParentItem Method
Syntax
C++
virtual OdResult getStructuredParentItem(const OdDbObjectId& itemId, OdDbObjectId& parentItemId, bool skipPhantom = true) const = 0;

Gets the structured parent item. 

 

Parameters
Description
itemId
[in] Item ID.
parentItemId
[out] Parent item ID.
skipPhantom
[in] Specifies whether to skip phantom items.

eOk if successful or the appropriate error code otherwise.

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