Home > All Other Interfaces > IPresentation > PlayStep

PlayStep

Plays the specified presentation step.

 

JavaScript

 

PlayStep(

      Index)

 

C#

 

void PlayStep(

      int Index)

 

C++

 

HRESULT PlayStep(

      long Index)

Parameters

Index

The zero-based index of the presentation step to play. Use IPresentationSteps6. Count to determine the number of steps.

Exceptions

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