RVTDocs.com

EnergyDataSettings.CheckRangeOfShadeDepth

Method
Description:
Checks that the shade depth is greater than or equal to zero.
Syntax
public static bool CheckRangeOfShadeDepth(
	double shadeDepth
)
Parameters
Parameter Type Description
shadeDepth Double The shade depth to be checked.
Return Value
Type Description
Boolean True if the shade depth is greater than or equal to zero, false otherwise.