2024 Method
Changes 1
M

EnergyDataSettings.CheckRangeOfSkylightWidth

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