2027 Method
Changes 8
M

EnergyDataSettings.CheckRangeOfShadeDepth

Description:
Checks that the shade depth is greater than or equal to zero.
[ObsoleteAttribute("This function is deprecated in Revit 2027 and may be removed in a later version of Revit.")]
public static bool CheckRangeOfShadeDepth(
	double shadeDepth
)
  • Double
    shadeDepth
    The shade depth to be checked.
Return Value Boolean True if the shade depth is greater than or equal to zero, false otherwise.