Revit 2026 API
Fabrication |
Get the current rod length. If the rod is the length will include structural extension.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double GetRodLength( int rodIndex )
Public Function GetRodLength ( rodIndex As Integer ) As Double
public: double GetRodLength( int rodIndex )
member GetRodLength : rodIndex : int -> float
Parameters
- rodIndex Int32
- The rod index.
Return Value
DoubleReturns rod length of hanger for specified end.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | the index rodIndex is should be in range of rod count. |
See Also