RebarHookType.HookAngle Property

The hook angle, measured in radians. Must be greater than 0.0174532925 (1 degree) and no more than PI (180 degree).


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

Syntax

C#

public double HookAngle { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException When setting this property: The given value for hookAngle is not a number
ArgumentOutOfRangeException When setting this property: hookAngle must be greater than 0.0174532925 (1 degree) and no more than PI (180 degree).

See Also

Reference

RebarHookType Class
Autodesk.Revit.DB.Structure Namespace