ElementParameterFilter Constructor

Overload List
 NameDescription
Public methodElementParameterFilter(FilterRule) Constructs a new instance of an ElementParameterFilter from a single rule.
Public methodElementParameterFilter(IListFilterRule) Constructs a new instance of an ElementParameterFilter from a set of rules.
Public methodElementParameterFilter(FilterRule, Boolean) Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing a given filter rule.
Public methodElementParameterFilter(IListFilterRule, Boolean) Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing the given filter rules.
Top
See Also