RebarEnableHookLengthOverride Method

Enables or disables the ability to override hook lengths for this rebar instance.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void EnableHookLengthOverride(
	bool enable
)

Parameters

enable  Boolean
True to enable, False to disable.
See Also