Sets the current slide to the slide at the specified index.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void SetCurrentSlide(
	int slideIndex
)
Visual Basic (Declaration)
Public Sub SetCurrentSlide ( _
	slideIndex As Integer _
)

Parameters

slideIndex
Type: System..::.Int32

The index of the slide to set as the current slide.

Remarks

See Also