FabricationRodInfo.SetRodEndPosition
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.
public void SetRodEndPosition(
int rodIndex,
XYZ position
)
-
Int32rodIndexThe index of the rod.
-
positionThe position of the rod end.
-
Invalid rod position.
-
A non-optional argument was null
-
the index rodIndex is should be in range of rod count.
-
The hanger is not a bearer hanger.