FilterInverseRule
Description:
A filter rule that inverts the boolean values returned by the rule it contains.
A filter rule that inverts the boolean values returned by the rule it contains.
Remarks:
FilterInverse rule performs a logical "not" operation on its inner rule's "elementPasses()" method.
FilterInverse rule performs a logical "not" operation on its inner rule's "elementPasses()" method.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FilterRule
Autodesk.Revit.DB.FilterInverseRule
System.Object
Autodesk.Revit.DB.FilterRule
Autodesk.Revit.DB.FilterInverseRule
public class FilterInverseRule : FilterRule
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FilterInverseRule(FilterRule) | None | Constructs a new instance of FilterInverseRule. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetInnerRule() | FilterRule | Gets the rule being inverted. | |
| SetInnerRule(FilterRule) | None | Gets the rule being inverted. | |
| Dispose() | None | Releases all resources used by the | FilterRule |
| ElementPasses(Element) | bool | Derived classes override this method to implement the test that determines whether the given element passes this rule or not. | FilterRule |
| GetRuleParameter() | ElementId | Returns the ElementId of the parameter associated to this FilterRule if there is one, or invalidElementId if there is no associated parameter. | FilterRule |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | FilterRule |