Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMManager::getItemReferences Method (const OdDbObjectId&, OdArray<OdDbObjectIdArray>&, OdIntArray&)
Syntax
C++
virtual OdResult getItemReferences(const OdDbObjectId& itemId, OdArray<OdDbObjectIdArray>& referenceArray, OdIntArray& numItemArray) const = 0;

Gets an item's references. 

 

Parameters
Description
itemId
[in] Item ID.
referenceArray
[out] Array of references.
numItemArray
[out] Array of quantities for referenced items.

eOk if successful or the appropriate error code otherwise.

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