Checks that the parameters of the rules used by the given ElementFilter are valid for this filter's categories.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2019
Syntax
C# |
---|
public bool AllRuleParametersApplicable(
ElementFilter elementFilter
) |
Visual Basic |
---|
Public Function AllRuleParametersApplicable ( _
elementFilter As ElementFilter _
) As Boolean |
Visual C++ |
---|
public:
bool AllRuleParametersApplicable(
ElementFilter^ elementFilter
) |
Return Value
True if all the parameters of the given rules are valid for this filter, otherwise false.
Exceptions
See Also