ParameterFilterRuleFactory.CreateEqualsRule
Description:
Creates a filter rule that determines whether double-precision values from the document equal a certain value.
Creates a filter rule that determines whether double-precision values from the document equal a certain value.
Overloads (4):
CreateEqualsRule(ElementId,Double,Double)
public static FilterRule CreateEqualsRule(
ElementId parameter,
double value,
double epsilon
)
-
parameterA double-typed parameter used to get values from the document for a given element.
-
DoublevalueThe user-supplied value against which values from the document will be compared.
-
DoubleepsilonDefines the tolerance within which two values may be considered equal.
-
The given value for value is not finite -or- The given value for value is not a number -or- The given value for epsilon is not finite -or- The given value for epsilon is not a number
-
A non-optional argument was null