ParameterFilterRuleFactory
Contains functions that create appropriate FilterRule objects based on the parameters given.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.ParameterFilterRuleFactory
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ParameterFilterRuleFactory : IDisposableThe ParameterFilterRuleFactory type exposes the following members.
Properties
Name
Description
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Methods
Name
Description
Public Method
Static Member
CreateBeginsWithRule(ElementId, String)
Creates a filter rule that determines whether strings from the document begin with a certain string value.
Public Method
Static Member
CreateBeginsWithRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document begin with a certain string value.
Public Method
Static Member
CreateContainsRule(ElementId, String)
Creates a filter rule that determines whether strings from the document contain a certain string value.
Public Method
Static Member
CreateContainsRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document contain a certain string value.
Public Method
Static Member
CreateEndsWithRule(ElementId, String)
Creates a filter rule that determines whether strings from the document end with a certain string value.
Public Method
Static Member
CreateEndsWithRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document end with a certain string value.
Public Method
Static Member
CreateEqualsRule(ElementId, ElementId)
Creates a filter rule that determines whether ElementId values from the document equal a certain value.
Public Method
Static Member
CreateEqualsRule(ElementId, Int32)
Creates a filter rule that determines whether integer values from the document equal a certain value.
Public Method
Static Member
CreateEqualsRule(ElementId, String)
Creates a filter rule that determines whether strings from the document equal a certain value.
Public Method
Static Member
CreateEqualsRule(ElementId, Double, Double)
Creates a filter rule that determines whether double-precision values from the document equal a certain value.
Public Method
Static Member
CreateEqualsRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document equal a certain value.
Public Method
Static Member
CreateGreaterOrEqualRule(ElementId, ElementId)
Creates a filter rule that determines whether ElementId values from the document are greater than or equal to a certain value.
Public Method
Static Member
CreateGreaterOrEqualRule(ElementId, Int32)
Creates a filter rule that determines whether integer values from the document are greater than or equal to a certain value.
Public Method
Static Member
CreateGreaterOrEqualRule(ElementId, String)
Creates a filter rule that determines whether strings from the document are greater than or equal to a certain value.
Public Method
Static Member
CreateGreaterOrEqualRule(ElementId, Double, Double)
Creates a filter rule that determines whether double-precision values from the document are greater than or equal to a certain value.
Public Method
Static Member
CreateGreaterOrEqualRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document are greater than or equal to a certain value.
Public Method
Static Member
CreateGreaterRule(ElementId, ElementId)
Creates a filter rule that determines whether ElementId values from the document are greater than a certain value.
Public Method
Static Member
CreateGreaterRule(ElementId, Int32)
Creates a filter rule that determines whether integer values from the document are greater than a certain value.
Public Method
Static Member
CreateGreaterRule(ElementId, String)
Creates a filter rule that determines whether strings from the document are greater than a certain value.
Public Method
Static Member
CreateGreaterRule(ElementId, Double, Double)
Creates a filter rule that determines whether double-precision values from the document are greater than a certain value.
Public Method
Static Member
CreateGreaterRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document are greater than a certain value.
Public Method
Static Member
CreateHasNoValueParameterRule
Creates a filter rule that determines whether an element’s parameter does not have a value.
Public Method
Static Member
CreateHasValueParameterRule
Creates a filter rule that determines whether an element’s parameter has a value.
Public Method
Static Member
CreateIsAssociatedWithGlobalParameterRule
Creates a filter rule that determines whether a parameter is associated with a certain global parameter.
Public Method
Static Member
CreateIsNotAssociatedWithGlobalParameterRule
Creates a filter rule that determines whether a parameter is not associated with a certain global parameter.
Public Method
Static Member
CreateLessOrEqualRule(ElementId, ElementId)
Creates a filter rule that determines whether ElementId values from the document are less than or equal to a certain value.
Public Method
Static Member
CreateLessOrEqualRule(ElementId, Int32)
Creates a filter rule that determines whether integer values from the document are less than or equal to a certain value.
Public Method
Static Member
CreateLessOrEqualRule(ElementId, String)
Creates a filter rule that determines whether strings from the document are less than or equal to a certain value.
Public Method
Static Member
CreateLessOrEqualRule(ElementId, Double, Double)
Creates a filter rule that determines whether double-precision values from the document are less than or equal to a certain value.
Public Method
Static Member
CreateLessOrEqualRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document are less than or equal to a certain value.
Public Method
Static Member
CreateLessRule(ElementId, ElementId)
Creates a filter rule that determines whether ElementId values from the document are less than a certain value.
Public Method
Static Member
CreateLessRule(ElementId, Int32)
Creates a filter rule that determines whether integer values from the document are less than a certain value.
Public Method
Static Member
CreateLessRule(ElementId, String)
Creates a filter rule that determines whether strings from the document are less than a certain value.
Public Method
Static Member
CreateLessRule(ElementId, Double, Double)
Creates a filter rule that determines whether double-precision values from the document are less than a certain value.
Public Method
Static Member
CreateLessRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document are less than a certain value.
Public Method
Static Member
CreateNotBeginsWithRule(ElementId, String)
Creates a filter rule that determines whether strings from the document do not begin with a certain string value.
Public Method
Static Member
CreateNotBeginsWithRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document do not begin with a certain string value.
Public Method
Static Member
CreateNotContainsRule(ElementId, String)
Creates a filter rule that determines whether strings from the document do not contain a certain string value.
Public Method
Static Member
CreateNotContainsRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document do not contain a certain string value.
Public Method
Static Member
CreateNotEndsWithRule(ElementId, String)
Creates a filter rule that determines whether strings from the document do not end with a certain string value.
Public Method
Static Member
CreateNotEndsWithRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document do not end with a certain string value.
Public Method
Static Member
CreateNotEqualsRule(ElementId, ElementId)
Creates a filter rule that determines whether ElementId values from the document do not equal a certain value.
Public Method
Static Member
CreateNotEqualsRule(ElementId, Int32)
Creates a filter rule that determines whether integer values from the document do not equal a certain value.
Public Method
Static Member
CreateNotEqualsRule(ElementId, String)
Creates a filter rule that determines whether strings from the document do not equal a certain value.
Public Method
Static Member
CreateNotEqualsRule(ElementId, Double, Double)
Creates a filter rule that determines whether double-precision values from the document do not equal a certain value.
Public Method
Static Member
CreateNotEqualsRule(ElementId, String, Boolean)
Obsolete.
Creates a filter rule that determines whether strings from the document do not equal a certain value.
Public Method
Static Member
CreateSharedParameterApplicableRule
Creates a filter rule that tests elements for support of a shared parameter.
Public Method
Dispose
Releases all resources used by the ParameterFilterRuleFactory
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)