2027 Method
Changes 0
M

ParameterFilterRuleFactory.CreateLessRule

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