RVTDocs.com

CableTray.IsValidRungSpace

Method
Description:
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.
Syntax
public bool IsValidRungSpace(
	double rungSpace
)
Parameters
Parameter Type Description
rungSpace Double The rung space to check.
Return Value
Type Description
Boolean True if the value is acceptable, false otherwise.