RVTDocs.com

ElementParameterFilter(FilterRule, Boolean)

Constructor
Description:
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing a given filter rule.
Syntax
public ElementParameterFilter(
	FilterRule filterRule,
	bool inverted
)
Parameters
Parameter Type Description
filterRule FilterRule The rule applied to test if the element passes this filter.
inverted Boolean True if the filter should match all elements which do not pass the filter rule.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null