2024 Class
Changes 0
C

FilterInverseRule

Description:
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FilterRule
    Autodesk.Revit.DB.FilterInverseRule
public class FilterInverseRule : FilterRule
Name Return Type Description Inherited From
C FilterInverseRule(FilterRule) None Constructs a new instance of FilterInverseRule.
Name Return Type Description Inherited From
M GetInnerRule() FilterRule Gets the rule being inverted.
M SetInnerRule(FilterRule) None Gets the rule being inverted.
M Dispose() None Releases all resources used by the FilterRule
M ElementPasses(Element) bool Derived classes override this method to implement the test that determines whether the given element passes this rule or not. FilterRule
M 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
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. FilterRule