Share

RebarUpdateCurvesData.GetTerminationRotationAngle Method

Gets the termination's (e.g hook, crank) rotation angle (in radians) at end that is currently in the rebar.


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

Syntax

C#

public double GetTerminationRotationAngle(
	int end
)

Parameters

end  Int32
The end of bar. Should be 0 for start or 1 for end.

Return Value

Double
Returns the termination's (e.g hook, crank) rotation angle (in radians) at end that is currently in the rebar.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Invalid end.

See Also

Reference

Was this information helpful?