Revit 2020.1 API |
ParameterFilterElement..::..AllRuleParametersApplicable Method (Document, ICollection<(Of <(<'ElementId>)>)>, ElementFilter) |
ParameterFilterElement Class See Also |
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: 20.0.0.0 (20.1.1.1)
Since:
2019
Syntax
C# |
---|
public static bool AllRuleParametersApplicable( Document aDocument, ICollection<ElementId> categories, ElementFilter elementFilter ) |
Visual Basic |
---|
Public Shared Function AllRuleParametersApplicable ( _ aDocument As Document, _ categories As ICollection(Of ElementId), _ elementFilter As ElementFilter _ ) As Boolean |
Visual C++ |
---|
public: static bool AllRuleParametersApplicable( Document^ aDocument, ICollection<ElementId^>^ categories, ElementFilter^ elementFilter ) |
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<(Of <(<'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 |