Executes all rules in the list on a given document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public IList<FailureMessage> ExecuteAllRules( Document document )
Parameters
- document Document
- Document on which the rules will 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 |