<Code Lib>
2020 Method
Changes 0
M

ParameterFilterRuleFactory.CreateGreaterOrEqualRule(ElementId, Double, Double)

Description:
Creates a filter rule that determines whether double-precision values from the document are greater than or equal to a certain value.
Remarks:
Values less than the user-supplied value but within epsilon are considered equal; therefore, such values satisfy the condition.
Overloads (4):

public static FilterRule CreateGreaterOrEqualRule(
	ElementId parameter,
	double value,
	double epsilon
)

  • parameter
    A double-typed parameter used to get values from the document for a given element.
  • value
    The user-supplied value against which values from the document will be compared.
  • epsilon
    Defines the tolerance within which two values may be considered equal.
Return Value FilterRule

Loading…