Constructs a new instance of FilterInverseRule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
 Syntax
Syntax
| C# | 
|---|
| public FilterInverseRule( FilterRule innerRule ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ innerRule As FilterRule _ ) | 
| Visual C++ | 
|---|
| public: FilterInverseRule( FilterRule^ innerRule ) | 
Parameters
- innerRule
- Type: Autodesk.Revit.DB..::..FilterRule
 The rule to invert.
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL | 





