Skip to content

ParameterFilterRuleFactory

Public Class

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 : IDisposable

The 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

Creates a filter rule that determines whether strings from the document begin with a certain string value.


Public Method
Static Member

Obsolete.
Creates a filter rule that determines whether strings from the document begin with a certain string value.


Public Method
Static Member

Creates a filter rule that determines whether strings from the document contain a certain string value.


Public Method
Static Member

Obsolete.
Creates a filter rule that determines whether strings from the document contain a certain string value.


Public Method
Static Member

Creates a filter rule that determines whether strings from the document end with a certain string value.


Public Method
Static Member

Obsolete.
Creates a filter rule that determines whether strings from the document end with a certain string value.


Public Method
Static Member

Creates a filter rule that determines whether ElementId values from the document equal a certain value.


Public Method
Static Member

Creates a filter rule that determines whether integer values from the document equal a certain value.


Public Method
Static Member

Creates a filter rule that determines whether strings from the document equal a certain value.


Public Method
Static Member

Creates a filter rule that determines whether double-precision values from the document equal a certain value.


Public Method
Static Member

Obsolete.
Creates a filter rule that determines whether strings from the document equal a certain value.


Public Method
Static Member

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

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

Creates a filter rule that determines whether ElementId values from the document are greater than a certain value.


Public Method
Static Member

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

Creates a filter rule that determines whether an element’s parameter does not have a value.


Public Method
Static Member

Creates a filter rule that determines whether an element’s parameter has a value.


Public Method
Static Member

Creates a filter rule that determines whether a parameter is associated with a certain global parameter.


Public Method
Static Member

Creates a filter rule that determines whether a parameter is not associated with a certain global parameter.


Public Method
Static Member

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

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

Creates a filter rule that determines whether ElementId values from the document are less than a certain value.


Public Method
Static Member

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

Creates a filter rule that determines whether strings from the document do not begin with a certain string value.


Public Method
Static Member

Obsolete.
Creates a filter rule that determines whether strings from the document do not begin with a certain string value.


Public Method
Static Member

Creates a filter rule that determines whether strings from the document do not contain a certain string value.


Public Method
Static Member

Obsolete.
Creates a filter rule that determines whether strings from the document do not contain a certain string value.


Public Method
Static Member

Creates a filter rule that determines whether strings from the document do not end with a certain string value.


Public Method
Static Member

Obsolete.
Creates a filter rule that determines whether strings from the document do not end with a certain string value.


Public Method
Static Member

Creates a filter rule that determines whether ElementId values from the document do not equal a certain value.


Public Method
Static Member

Creates a filter rule that determines whether integer values from the document do not equal a certain value.


Public Method
Static Member

Creates a filter rule that determines whether strings from the document do not equal a certain value.


Public Method
Static Member

Creates a filter rule that determines whether double-precision values from the document do not equal a certain value.


Public Method
Static Member

Obsolete.
Creates a filter rule that determines whether strings from the document do not equal a certain value.


Public Method
Static Member

Creates a filter rule that tests elements for support of a shared parameter.


Public Method

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)