RVTDocs.com

EnergyDataSettings.CheckRangeOfSkylightWidth

Method
Description:
Checks that the skylight width is greater than or equal to eight inches.
Syntax
public static bool CheckRangeOfSkylightWidth(
	double skylightWidth
)
Parameters
Parameter Type Description
skylightWidth Double The skylight width to be checked. Should be greater than or equal to eight inches.
Return Value
Type Description
Boolean True if the skylight width is greater than or equal to eight inches, false otherwise.