Checks that the parameters of the given ElementFilter (representing a combination of rules) are valid for the given set of categories.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2019
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- aDocument
- Type: Autodesk.Revit.DB Document
The document containing the filter, categories, and parameters involved in this validation.
- categories
- Type: System.Collections.Generic ICollection ElementId
The set of categories against which to check the rule parameters.
- elementFilter
- Type: Autodesk.Revit.DB ElementFilter
The ElementFilter representing the combination of rules to check.
Return Value
True if all the parameters of the given rules are valid for this filter, otherwise false.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was null |