2027 Method
Changes 0
M

ParameterFilterRuleFactory.CreateNotEqualsRule

Description:
Creates a filter rule that determines whether double-precision values from the document do not equal a certain value.
Overloads (4):
public static FilterRule CreateNotEqualsRule(
	ElementId parameter,
	double value,
	double epsilon
)
  • parameter
    A double-typed parameter used to get values from the document for a given element.
  • Double
    value
    The user-supplied value against which values from the document will be compared.
  • Double
    epsilon
    Defines the tolerance within which two values may be considered equal.
Return Value FilterRule FilterRule
  • 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