RVTDocs.com

PerformanceAdviser.SetRuleEnabled(PerformanceAdviserRuleId, Boolean)

Method
Description:
Retrieves an enabled/disabled status for the given rule.
Syntax
public void SetRuleEnabled(
	PerformanceAdviserRuleId id,
	bool enabled
)
Parameters
Parameter Type Description
id PerformanceAdviserRuleId The rule id to set enabled/disabled status for.
enabled Boolean True enables the rule, false disables.
Return Value
Exceptions
Exception Condition
ArgumentException The id does not correspond to any registered rule.
ArgumentNullException A non-optional argument was null