Home > All Other Interfaces > IPresentation > Play

Play

Plays a presentation from the beginning.

 

JavaScript

 

Play(

      startIndex)

 

C#

 

void Play(

      int startIndex)

 

C++

 

HRESULT Play(

      long startIndex)

 

Parameters

startIndex

The starting index of the presentation.

Exceptions

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