ArcGIS Explorer Component Help |
ImageOverlayOrderCollection..::.AddToTop Method |
ImageOverlayOrderCollection Class See Also |
Adds an image overlay to the top 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 AddToTop( ImageOverlay imageOverlay ) |
Visual Basic (Declaration) |
---|
Public Sub AddToTop ( _ 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 lowest index position (i.e. zero), resulting in the image being drawn on top of all others in this collection.
Version Information: This method is supported from version 2.0.0.1500.