Share

PerformanceAdviser.SetRuleEnabled(Int32, Boolean) Method

Retrieves an enabled/disabled status for the given rule.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void SetRuleEnabled(
	int index,
	bool enabled
)

Parameters

index  Int32
The rule index to set enabled/disabled status for.
enabled  Boolean
True enables the rule, false disables.

Exceptions

ExceptionCondition
ArgumentException The index is outside of acceptable range.

See Also

Reference

Was this information helpful?