Identifies if the input rung space is valid.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsValidRungSpace( double rungSpace )
Parameters
- rungSpace Double
- The rung space to check.
Return Value
BooleanTrue if the value is acceptable, false otherwise.