CableTray.IsValidRungSpace
Description:
Identifies if the input rung space is valid.
Identifies if the input rung space is valid.
Remarks:
rung space should be at least equal to or larger than rang width which is 1 inch.
rung space should be at least equal to or larger than rang width which is 1 inch.
public bool IsValidRungSpace(
double rungSpace
)
-
DoublerungSpaceThe rung space to check.
Return Value
bool
True if the value is acceptable, false otherwise.