ElementParameterFilter(FilterRule, Boolean)
Description:
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing a given filter rule.
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing a given filter rule.
Overloads (4):
ElementParameterFilter(FilterRule,Boolean)
public ElementParameterFilter(
FilterRule filterRule,
bool inverted
)
-
filterRuleThe rule applied to test if the element passes this filter.
-
BooleaninvertedTrue if the filter should match all elements which do not pass the filter rule.
-
A non-optional argument was null