Moves the selected layer one step down the collection of layers.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

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

Parameters

layer
Type: ESRI.ArcGISExplorer.Mapping..::.Layer

The layer to move down one step in the collection.

Remarks

See Also