A filter rule that inverts the boolean values returned by the rule it contains.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2011
Syntax
| C# |
|---|
public class FilterInverseRule : FilterRule |
| Visual Basic |
|---|
Public Class FilterInverseRule _ Inherits FilterRule |
| Visual C++ |
|---|
public ref class FilterInverseRule : public FilterRule |
Remarks
FilterInverse rule performs a logical "not" operation on its inner rule's
"elementPasses()" method.