ArcGIS Explorer Component Help |
ImageOverlayOrderCollection..::.AddToBottom Method |
ImageOverlayOrderCollection Class See Also |
Adds an 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 AddToBottom( ImageOverlay imageOverlay ) |
Visual Basic (Declaration) |
---|
Public Sub AddToBottom ( _ imageOverlay As ImageOverlay _ ) |
Parameters
- imageOverlay
- Type: ESRI.ArcGISExplorer.Mapping..::.ImageOverlay
An ImageOverlay object representing an image which is positioned in relation to the map window.
Remarks
Using this method will assign the item the highest index position, resulting in the image being drawn underneath all others in this collection.
Version Information: This method is supported from version 2.0.0.1500.