| Revit 2017 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: 17.0.0.0 (17.0.484.0)
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