FabricationRodInfoSetRodEndPosition Method |
Sets the position of the rod end. The method is applicable only for bearer hanger.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetRodEndPosition(
int rodIndex,
XYZ position
)
Public Sub SetRodEndPosition (
rodIndex As Integer,
position As XYZ
)
public:
void SetRodEndPosition(
int rodIndex,
XYZ^ position
)
member SetRodEndPosition :
rodIndex : int *
position : XYZ -> unit
Parameters
- rodIndex Int32
-
The index of the rod.
- position XYZ
-
The position of the rod end.
Exceptions
See Also