Rearranges the ImageOverlay objects in the collection.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public void Move(
	ImageOverlay imageOverlay,
	int index
)
Visual Basic (Declaration)
Public Sub Move ( _
	imageOverlay As ImageOverlay, _
	index As Integer _
)

Parameters

imageOverlay
Type: ESRI.ArcGISExplorer.Mapping..::.ImageOverlay

The selected image overlay to move.
index
Type: System..::.Int32

The index value at which to place the specified image overlay.

See Also