Moves the selected image overlay to the top of the layer collection.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public void MoveToTop( ImageOverlay imageOverlay ) |
Visual Basic (Declaration) |
---|
Public Sub MoveToTop ( _ imageOverlay As ImageOverlay _ ) |
Parameters
- imageOverlay
- Type: ESRI.ArcGISExplorer.Mapping..::.ImageOverlay
The image overlay to move to the top of the collection.
Remarks
Moves the selected image overlay to the top of the collection. Therefore the image overlay draws on top of all other image overlays in the map.