2027 Method
Changes 8
M

EnergyDataSettings.CheckRangeOfSkylightWidth

Description:
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
)
  • Double
    skylightWidth
    The 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.