Revit 2025.3 API
Cable |
Identifies if the input rung space is valid.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsValidRungSpace( double rungSpace )
Public Function IsValidRungSpace ( rungSpace As Double ) As Boolean
public: bool IsValidRungSpace( double rungSpace )
member IsValidRungSpace : rungSpace : float -> bool
Parameters
- rungSpace Double
- The rung space to check.
Return Value
BooleanTrue if the value is acceptable, false otherwise.

rung space should be at least equal to or larger than rang width which is 1 inch.
See Also