ArcGIS Explorer Component Help |
ImageOverlayOrderCollection..::.MoveToBottom Method |
ImageOverlayOrderCollection Class See Also |
Moves the selected image overlay to the bottom of the collection.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void MoveToBottom( ImageOverlay imageOverlay ) |
Visual Basic (Declaration) |
---|
Public Sub MoveToBottom ( _ imageOverlay As ImageOverlay _ ) |
Parameters
- imageOverlay
- Type: ESRI.ArcGISExplorer.Mapping..::.ImageOverlay
The image overlay to move to the bottom of the collection.
Remarks
Moving an image overlay to the bottom of the collection means that it will draw below all other image overlays in this collection.