Method GetNodeBomIndex
GetNodeBomIndex(ElementId)
Gets the bill of material index attached to a specified assembly node entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
string GetNodeBomIndex(ElementId inNodeId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inNodeId | Identifier of the assembly node entity (assembly or part occurrence, local part, ...) to analyze. |
Returns
| Type | Description |
|---|---|
| string | Bill of material index attached, or |
Remarks
This method is available since v7.12.