Sets the termination's (e.g hook, crank) out of plane rotation angle at the specified end.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetTerminationRotationAngle(
int end,
double rotationAngle
)
Parameters
- end Int32
-
0 for the start, 1 for the end.
- rotationAngle Double
-
The termination's (e.g hook, crank) out of plane rotation angle at the specified end.
Exceptions
See Also
Reference