Share

Rebar.SetHookRotationAngle Method

Sets the out of plane hook rotation angle at the specified end.


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

Syntax

C#

public void SetHookRotationAngle(
	double hookRotationAngle,
	int iEnd
)

Parameters

hookRotationAngle  Double
The out of plane hook rotation angle at the specified end.
iEnd  Int32
0 for the start , 1 for the end.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException iEnd must be 0 or 1.

See Also

Reference

Was this information helpful?