ClearSelections Method
Overloads
| ClearSelections(String, IEnumerable<Int32>) | Clears the selections in a dimension of a visualization. | 
ClearSelections(String, IEnumerable<Int32>)
Clears the selections in a dimension of a visualization.
Declaration
      void ClearSelections([QixName("qPath")] string path, [QixName("qColIndices")] IEnumerable<int> colIndices = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | Path to the definition of the visualization.
For example,  | 
| System.Collections.Generic.IEnumerable<System.Int32> | colIndices | Array of dimension numbers or indexes. The selections are cleared in the specified dimensions. Dimension numbers/indexes start from 0. If this parameter is not set, all dimensions are cleared. |