ElementParameterFilter(IList<FilterRule>)
Constructor
Description:
Constructs a new instance of an ElementParameterFilter from a set of rules.
Constructs a new instance of an ElementParameterFilter from a set of rules.
Parameters
| Parameter | Type | Description |
|---|---|---|
| filterRules | IList | The rules applied to test if the element passes this filter. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The filterRules array is empty or invalid. |
| ArgumentNullException | A non-optional argument was null |