RebarGetTerminationRotationAngle Method |
Gets 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.0.4.0 (26.0.4.0)
Syntaxpublic double GetTerminationRotationAngle(
int end
)
Public Function GetTerminationRotationAngle (
end As Integer
) As Double
public:
double GetTerminationRotationAngle(
int end
)
member GetTerminationRotationAngle :
end : int -> float
Parameters
- end Int32
-
0 for the start, 1 for the end.
Return Value
Double
Returns the termination's (e.g hook, crank) out of plane rotation angle at the specified end.
Exceptions
See Also