2020 Members
Changes 6
M

ParameterFilterRuleFactory

Name Return Type Description Inherited From
M CreateBeginsWithRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document begin with a certain string value.
M CreateContainsRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document contain a certain string value.
M CreateEndsWithRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document end with a certain string value.
M CreateEqualsRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document equal a certain value.
M CreateEqualsRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document equal a certain value.
M CreateEqualsRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document equal a certain value.
M CreateEqualsRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document equal a certain value.
M CreateGreaterOrEqualRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document are greater than or equal to a certain value.
M CreateGreaterOrEqualRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document are greater than or equal to a certain value.
M CreateGreaterOrEqualRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document are greater than or equal to a certain value.
M CreateGreaterOrEqualRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document are greater than or equal to a certain value.
M CreateGreaterRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document are greater than a certain value.
M CreateGreaterRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document are greater than a certain value.
M CreateGreaterRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document are greater than a certain value.
M CreateGreaterRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document are greater than a certain value.
M CreateHasNoValueParameterRule(ElementId) FilterRule Creates a filter rule that determines whether an element's parameter does not have a value.
M CreateHasValueParameterRule(ElementId) FilterRule Creates a filter rule that determines whether an element's parameter has a value.
M CreateIsAssociatedWithGlobalParameterRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether a parameter is associated with a certain global parameter.
M CreateIsNotAssociatedWithGlobalParameterRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether a parameter is not associated with a certain global parameter.
M CreateLessOrEqualRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document are less than or equal to a certain value.
M CreateLessOrEqualRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document are less than or equal to a certain value.
M CreateLessOrEqualRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document are less than or equal to a certain value.
M CreateLessOrEqualRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document are less than or equal to a certain value.
M CreateLessRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document are less than a certain value.
M CreateLessRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document are less than a certain value.
M CreateLessRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document are less than a certain value.
M CreateLessRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document are less than a certain value.
M CreateNotBeginsWithRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document do not begin with a certain string value.
M CreateNotContainsRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document do not contain a certain string value.
M CreateNotEndsWithRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document do not end with a certain string value.
M CreateNotEqualsRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document do not equal a certain value.
M CreateNotEqualsRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document do not equal a certain value.
M CreateNotEqualsRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document do not equal a certain value.
M CreateNotEqualsRule(ElementId, String, Boolean) FilterRule Creates a filter rule that determines whether strings from the document do not equal a certain value.
M CreateSharedParameterApplicableRule(String) FilterRule Creates a filter rule that tests elements for support of a shared parameter.
M Dispose() None Releases all resources used by the ParameterFilterRuleFactory
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.