2027 Constructor
Changes 0
C

ElementParameterFilter(FilterRule, Boolean)

Description:
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing a given filter rule.
public ElementParameterFilter(
	FilterRule filterRule,
	bool inverted
)
  • filterRule
    The rule applied to test if the element passes this filter.
  • Boolean
    inverted
    True if the filter should match all elements which do not pass the filter rule.