FabricationRodInfo.SetRodEndPosition
Method
Description:
Sets the position of the rod end. The method is applicable only for bearer hanger.
Sets the position of the rod end. The method is applicable only for bearer hanger.
Parameters
| Parameter | Type | Description |
|---|---|---|
| rodIndex | Int32 | The index of the rod. |
| position | XYZ | The position of the rod end. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Invalid rod position. |
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | the index rodIndex is should be in range of rod count. |
| InvalidOperationException | The hanger is not a bearer hanger. |