RVTDocs.com

EnergyDataSettings.CheckRangeOfSillHeight

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