ClearSelectionsAsync Method
Overloads
| ClearSelectionsAsync(String, IEnumerable<Int32>) | Clears the selections in a dimension of a visualization. | |
| ClearSelectionsAsync(AsyncHandle, String, IEnumerable<Int32>) | Clears the selections in a dimension of a visualization. | 
ClearSelectionsAsync(String, IEnumerable<Int32>)
Clears the selections in a dimension of a visualization.
Declaration
      Task ClearSelectionsAsync([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. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
ClearSelectionsAsync(AsyncHandle, String, IEnumerable<Int32>)
Clears the selections in a dimension of a visualization.
Declaration
      Task ClearSelectionsAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qColIndices")] IEnumerable<int> colIndices = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| 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. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |