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.1500 (2.0.0.1500)

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