Moves the selected layer to the bottom of the layer collection.

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

Syntax

C#
public void MoveToBottom(
	Layer layer
)
Visual Basic (Declaration)
Public Sub MoveToBottom ( _
	layer As Layer _
)

Parameters

layer
Type: ESRI.ArcGISExplorer.Mapping..::.Layer
The layer to move to the bottom of the collection.

Remarks

Moving a layer to the bottom of the collection means that it will draw below all other layers. Note that the basemap will always draw underneath all layers, notes, and graphics in a Map.

See Also

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