RVTDocs.com

PerformanceAdviser.IsRuleEnabled(Int32)

Method
Description:
Retrieves an enabled/disabled status for the given rule.
Syntax
public bool IsRuleEnabled(
	int index
)
Parameters
Parameter Type Description
index Int32 The rule index to retrieve enabled/disabled status for.
Return Value
Type Description
Boolean True if rule is disabled, false otherwise.
Exceptions
Exception Condition
ArgumentException The index is outside of acceptable range.