Finds a filter in this group, given its Name.
Namespace: Spotfire.Dxp.Application.Filters
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public FilterHandle GetFilter( string name )
Parameters
- name
- Type: SystemString
The name of the filter to get.
Return Value
Type: FilterHandleThe filter with specified name, or null if no such filter exists.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | name is null. |
| ArgumentException | name is an empty string. |
Version Information
See Also