ParameterFilterRuleFactory.CreateLessOrEqualRule
Description:
Creates a filter rule that determines whether integer values from the document are less than or equal to a certain value.
Creates a filter rule that determines whether integer values from the document are less than or equal to a certain value.
Overloads (4):
CreateLessOrEqualRule(ElementId,Int32)
public static FilterRule CreateLessOrEqualRule(
ElementId parameter,
int value
)
-
parameterAn integer-typed parameter used to get values from the document for a given element.
-
Int32valueThe user-supplied value against which values from the document will be compared.
-
A non-optional argument was null