<Code Lib>
2025.3 Overloads
Changes 0
O

ParameterFilterRuleFactory.CreateGreaterRule (Overloads)

Name Return Type Description
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, String) FilterRule Creates a filter rule that determines whether strings 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 Obsolete. Creates a filter rule that determines whether strings from the document are greater than a certain value.