Share

PerformanceAdviser.ExecuteRules(Document, IList<PerformanceAdviserRuleId>) Method

Executes selected rules on a given document.


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

Syntax

C#

public IList<FailureMessage> ExecuteRules(
	Document document,
	IList<PerformanceAdviserRuleId> rules
)

Parameters

document  Document
Document on which the rules will be executed.
rules  IList<PerformanceAdviserRuleId>
Ids of rules to be executed.

Return Value

IList<FailureMessage>
Failure messages explaining performance problems detected in the document.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?