2027 Method
Changes 0
M

ParameterFilterRuleFactory.CreateGreaterRule

Name Return Type Description
O CreateGreaterRule(ElementId, ElementId) FilterRule Creates a filter rule that determines whether ElementId values from the document are greater than a certain value.
O CreateGreaterRule(ElementId, Int32) FilterRule Creates a filter rule that determines whether integer values from the document are greater than a certain value.
O CreateGreaterRule(ElementId, String) FilterRule Creates a filter rule that determines whether strings from the document are greater than a certain value.
O CreateGreaterRule(ElementId, Double, Double) FilterRule Creates a filter rule that determines whether double-precision values from the document are greater than a certain value.