Method SetNodeBomIndex
SetNodeBomIndex(ElementId, string)
Sets the bill of material index attached to a specified assembly node entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
void SetNodeBomIndex(ElementId inNodeId, string inBomIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inNodeId | Identifier of the assembly node entity (assembly or part occurrence, local part, ...) to modify. |
| string | inBomIndex | Bill of material index to attach, or |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.12.