Home > All Other Interfaces > IPresentation > MoveStepTo

MoveStepTo

Fast forwards or rewinds the presentation to a specific step.

JavaScript

 

MoveStepTo(

      fromIndex,

      toIndex)

 

C#

 

void MoveStepTo(

      int fromIndex,

      int toIndex)

 

C++

 

HRESULT MoveStepTo(

      long fromIndex,

      long toIndex)

 

Parameters

fromIndex

A zero based index of the step from which presentation should move to a different step.

toIndex

A zero based index of the step the presentation should move to.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.