Executes selected rules on a given document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2012
Syntax
| Visual Basic |
|---|
Public Function ExecuteRules ( _
document As Document, _
rules As IList(Of Integer) _
) As IList(Of FailureMessage) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
Document on which the rules will be executed.
- rules
- Type: System.Collections.Generic..::..IList<(Of <(<'Int32>)>)>
Indices of rules to be executed.
Return Value
Failure messages explaining performance problems detected in the document.
Remarks
Exceptions
See Also