RVTDocs.com

EnergyDataSettings.CheckAnalysisType

Method
Description:
Checks that the analysis type falls within an appropriate range.
Syntax
public static bool CheckAnalysisType(
	AnalysisMode analysisType
)
Parameters
Parameter Type Description
analysisType AnalysisMode The analysis type to be checked.
Return Value
Type Description
Boolean True if the analysis type falls within an appropriate range, false otherwise.
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration