| Revit 2022.1 API |
| RebarHookType..::..IsOffsetLengthRequired Method |
| RebarHookType Class See Also |
Check whether hook offset length is required.
remarks: If hook angle is no more than 90 degree, hook offset length is not meaningful.
returns: True if hook offset length is required, otherwise false.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public bool IsOffsetLengthRequired() |
| Visual Basic |
|---|
Public Function IsOffsetLengthRequired As Boolean |
| Visual C++ |
|---|
public: bool IsOffsetLengthRequired() |