Skip to main content Skip to complementary content

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

      public 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

Implements

Remarks

This operation is only possible for cyclic dimensions.

StepCycleAsync(AsyncHandle, Int32)

Step active field in a cyclic dimension.

Declaration

      public 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

Implements

Remarks

This operation is only possible for cyclic dimensions.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!