ExecuteAllRules Method


Executes all rules in the list on a given document.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2012

Syntax

C#
public IList<FailureMessage> ExecuteAllRules(
	Document document
)
Visual Basic
Public Function ExecuteAllRules ( _
	document As Document _
) As IList(Of FailureMessage)
Visual C++
public:
IList<FailureMessage^>^ ExecuteAllRules(
	Document^ document
)

Parameters

document
Type: Autodesk.Revit.DB Document
Document on which the rules will be executed.

Return Value

Failure messages explaining performance problems detected in the document.

Remarks

Disabled rules are not executed.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL

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 →