Method FindFilterByName
FindFilterByName(string)
Returns the first filter in the filter library with the given name
Declaration
[HandleProcessCorruptedStateExceptions]
public Filter FindFilterByName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Name of the filter to retrieve (case sensitive) |
Returns
| Type | Description |
|---|---|
| Filter |