StepCycleAsync Method
Overloads
| StepCycleAsync(Int32) | Step active field in a cyclic dimension. | |
| StepCycleAsync(AsyncHandle, Int32) | Step active field in a cyclic dimension. | 
StepCycleAsync(Int32)
Step active field in a cyclic dimension.
Declaration
      Task StepCycleAsync([QixName("qStep")] int step)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | step | The number of steps made through the dimension. Positive values step forward and negative values step backward. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Remarks
This operation is only possible for cyclic dimensions.
StepCycleAsync(AsyncHandle, Int32)
Step active field in a cyclic dimension.
Declaration
      Task StepCycleAsync(AsyncHandle asyncHandle, [QixName("qStep")] int step)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.Int32 | step | The number of steps made through the dimension. Positive values step forward and negative values step backward. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Remarks
This operation is only possible for cyclic dimensions.