Enum for data selection operations.
            Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[PersistenceVersionAttribute(2, 0)] public enum DataSelectionOperation
Members
| Member name | Value | Description | |
|---|---|---|---|
| Replace | 0 | Replace the current selection. | |
| Add | 1 | Add to the current selection. | |
| Subtract | 2 | Remove from the current selection. | |
| Toggle | 3 | Toggle values in the current selection. | |
| Intersect | 4 | Intersect with the current selection. | 
Version Information
See Also