Revit 2023 API |
RebarBendData..::..HookAngle0 Property |
RebarBendData Class See Also |
The angle of the hook at the start.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
C# |
---|
public int HookAngle0 { get; set; } |
Visual Basic |
---|
Public Property HookAngle0 As Integer Get Set |
Visual C++ |
---|
public: property int HookAngle0 { int get (); void set (int value); } |