ExecuteRules Method (Document, IList(Int32))


Performance Adviser Execute Rules(Document, IList Int 32 ) Method

Executes selected rules on a given document.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public IList<FailureMessage> ExecuteRules(
	Document document,
	IList<int> rules
)

Parameters

document Document
Document on which the rules will be executed.
rules IList Int32
Indices of rules to be executed.

Return Value

IList FailureMessage
Failure messages explaining performance problems detected in the document.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
Remarks
Disabled rules are not executed.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →