| Revit 2019.2 API |
| RebarHookType..::..GetDefaultHookExtension Method |
| RebarHookType Class See Also |
Computes the default hook length, which is equal to barDiameter * multiplier.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public double GetDefaultHookExtension( double barDiameter ) |
| Visual Basic |
|---|
Public Function GetDefaultHookExtension ( _ barDiameter As Double _ ) As Double |
| Visual C++ |
|---|
public: double GetDefaultHookExtension( double barDiameter ) |
Parameters
- barDiameter
- Type: System..::..Double