FilterGroupGetFilter Method

Spotfire 15.0 API Reference
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: FilterHandle
The filter with specified name, or null if no such filter exists.
Exceptions

ExceptionCondition
ArgumentNullExceptionname is null.
ArgumentExceptionname is an empty string.
Version Information


See Also

Reference