EnergyDataSettings.CheckRangeOfSkylightWidth
Description:
Checks that the skylight width is greater than or equal to eight inches.
Checks that the skylight width is greater than or equal to eight inches.
[ObsoleteAttribute("This function is deprecated in Revit 2027 and may be removed in a later version of Revit.")]
public static bool CheckRangeOfSkylightWidth(
double skylightWidth
)
-
DoubleskylightWidthThe skylight width to be checked. Should be greater than or equal to eight inches.
Return Value
Boolean
True if the skylight width is greater than or equal to eight inches, false otherwise.