Revit 2026 API
Rebar |
Computes the hook extension length based on current hook length
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double GetHookExtensionLength( RebarBarType barType )
Public Function GetHookExtensionLength ( barType As RebarBarType ) As Double
public: double GetHookExtensionLength( RebarBarType^ barType )
member GetHookExtensionLength : barType : RebarBarType -> float
Parameters
- barType RebarBarType
Return Value
Double| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also