2027 Method
Changes 0
M

ParameterFilterRuleFactory.CreateLessOrEqualRule

Description:
Creates a filter rule that determines whether integer values from the document are less than or equal to a certain value.
public static FilterRule CreateLessOrEqualRule(
	ElementId parameter,
	int value
)
  • parameter
    An integer-typed parameter used to get values from the document for a given element.
  • Int32
    value
    The user-supplied value against which values from the document will be compared.
Return Value FilterRule FilterRule