2027 Method
Changes 0
M

CableTray.IsValidRungSpace

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