RebarHookTypeHookAngle Property |
The hook angle, measured in radians. Must be greater than 0 and no more than pi.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double HookAngle { get; set; }
Public Property HookAngle As Double
Get
Set
public:
property double HookAngle {
double get ();
void set (double value);
}
member HookAngle : float with get, set
Property Value
Double
Exceptions
See Also