<Code Lib>
2025 Overloads
Changes 0
O

ParameterFilterRuleFactory.CreateLessRule (Overloads)

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