RebarUpdateCurvesDataSetTerminationRotationAngle Method |
Sets the termination's (e.g hook, crank) rotation angle (in radians) at end. This information is set to the rebar after the API execution is finished successfully.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetTerminationRotationAngle(
int end,
double angle
)
Public Sub SetTerminationRotationAngle (
end As Integer,
angle As Double
)
public:
void SetTerminationRotationAngle(
int end,
double angle
)
member SetTerminationRotationAngle :
end : int *
angle : float -> unit
Parameters
- end Int32
-
The end of bar. Should be 0 for start or 1 for end.
- angle Double
-
The termination's (e.g hook, crank) rotation angle (in radians) at end.
Exceptions
See Also