Returns True if the ability to override hook lengths is enabled for this rebar instance, False otherwise.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2021

Syntax

C#
public bool IsHookLengthOverrideEnabled()
Visual Basic
Public Function IsHookLengthOverrideEnabled As Boolean
Visual C++
public:
bool IsHookLengthOverrideEnabled()

See Also