Share

FabricationRodInfo.GetRodLength Method

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.3.0.0 (26.3.0.0)

Syntax

C#

public double GetRodLength(
	int rodIndex
)

Parameters

rodIndex  Int32
The rod index.

Return Value

Double
Returns rod length of hanger for specified end.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException the index rodIndex is should be in range of rod count.

See Also

Reference

Was this information helpful?