Close

Relief for ODA Team in Ukraine

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

Gets structured child items. 

 

Parameters
Description
itemId
[in] Item ID.
childItemIds
[out] Child item IDs.
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.