GetHookOrientationAngle Method


Get the hook orientation angle at end that is currently in the rebar.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2018

Syntax

C#
public double GetHookOrientationAngle(
	int end
)
Visual Basic
Public Function GetHookOrientationAngle ( _
	end As Integer _
) As Double
Visual C++
public:
double GetHookOrientationAngle(
	int end
)

Parameters

end
Type: SystemInt32
The end of bar. Should be 0 for start or 1 for end.

Return Value

The hook orientation angle at end that is currently in the rebar.

Exceptions

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →