RVTDocs.com

EnergyDataSettings.CheckRangeOfPercentageGlazing

Method
Description:
Checks that the percentage glazing value is between 0.00 and 0.95.
Syntax
public static bool CheckRangeOfPercentageGlazing(
	double percentageGlazing
)
Parameters
Parameter Type Description
percentageGlazing Double The percentage glazing to be checked.
Return Value
Type Description
Boolean True if the percentage glazing value is between 0.00 and 0.95, false otherwise.