<Code Lib>
2025 Overloads
Changes 0

Name Return Type Description
C ElementParameterFilter(FilterRule) None Constructs a new instance of an ElementParameterFilter from a single rule.
C ElementParameterFilter(IList<FilterRule>) None Constructs a new instance of an ElementParameterFilter from a set of rules.
C ElementParameterFilter(FilterRule, Boolean) None Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing a given filter rule.
C ElementParameterFilter(IList<FilterRule>, Boolean) None Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing the given filter rules.