Revit 2018 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: 18.0.0.0 (18.0.0.420)
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