CreateNotEqualsRule Method


Parameter Filter Rule Factory Create Not Equals Rule Method

Overload List
Name Description
Public method Static member CreateNotEqualsRule(ElementId, ElementId) Creates a filter rule that determines whether ElementId values from the document do not equal a certain value.
Public method Static member CreateNotEqualsRule(ElementId, Int32) Creates a filter rule that determines whether integer values from the document do not equal a certain value.
Public method Static member CreateNotEqualsRule(ElementId, String) Creates a filter rule that determines whether strings from the document do not equal a certain value.
Public method Static member CreateNotEqualsRule(ElementId, Double, Double) Creates a filter rule that determines whether double-precision values from the document do not equal a certain value.
Public method Static member CreateNotEqualsRule(ElementId, String, Boolean) Obsolete.
Creates a filter rule that determines whether strings from the document do not equal a certain value.
Top
See Also