CableTrayRungSpace Property

Distance between two rungs for the ladder cable tray.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double RungSpace { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: The rung space value should be at least equal to or larger than rang width which is 1 inch.
See Also