Share

RebarFreeFormAccessor.GetHookOrientationAngle Method

Get the hook orientation angle at end.


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

Syntax

C#

public double GetHookOrientationAngle(
	int end
)

Parameters

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

Return Value

Double
The hook orientation angle at end.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Invalid end.

See Also

Reference

Was this information helpful?