Share

Rebar.GetTerminationRotationAngle Method

Gets the termination's (e.g hook, crank) out of plane rotation angle at the specified end.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double GetTerminationRotationAngle(
	int end
)

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

ExceptionCondition
ArgumentOutOfRangeException end must be 0 or 1.

See Also

Reference

Was this information helpful?