Computes the hook extension length based on current hook length

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

C#
public double GetHookExtensionLength(
	RebarBarType barType
)
Visual Basic
Public Function GetHookExtensionLength ( _
	barType As RebarBarType _
) As Double
Visual C++
public:
double GetHookExtensionLength(
	RebarBarType^ barType
)

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentNullException A non-optional argument was null

See Also