Rearranges the ImageOverlay objects in the collection.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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 selected layer.

Remarks

When an ImageOverlay object is added to the ChildItems collection of the map, the object is drawn on top of other image overlays in the map, at a draw index of 0.

See Also

Relate Topics:
  GetDrawIndex Method
  GetEnumerator Method
  MoveDown Method
  MoveToBottom Method
  MoveToTop Method
  MoveUp Method
Created by Atop CHM to web converter,© 2009 all right reserved.