Gets the index value of the selected ImageOverlay.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public int GetDrawIndex(
	ImageOverlay imageOverlay
)
Visual Basic (Declaration)
Public Function GetDrawIndex ( _
	imageOverlay As ImageOverlay _
) As Integer

Parameters

imageOverlay
Type: ESRI.ArcGISExplorer.Mapping..::.ImageOverlay
The image overlay.

Return Value

An integer denoting the indexed position within the ImageOverlayOrderCollection.

Remarks

When an image overlay is added to the map, it is automatically added at a DrawIndex of zero, which means it draws on top of other image overlays in the map.

See Also

Relate Topics:
  GetEnumerator Method
  Move Method
  MoveDown Method
  MoveToBottom Method
  MoveToTop Method
  MoveUp Method
Created by Atop CHM to web converter,© 2009 all right reserved.