Rearranges the ImageOverlay objects in the collection.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: 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.