DataFilteringSelectionCollection Add Method TIBCO Spotfire 6.0 API Reference
Add a new filtering selection.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public DataFilteringSelection Add(
	string name
)

Parameters

name
Type: System String
The name of the new filtering selection.

Return Value

Type: DataFilteringSelection
The newly created filtering selection.
Remarks

The name of the marking selection has to be unique in all selections including selections in the DataMarkingSelectionCollection.
See Also