ArcGIS Explorer Component Help |
LayerOrderCollection..::.MoveToTop Method |
LayerOrderCollection Class See Also |
Moves the selected layer to the top of the layer collection.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void MoveToTop( Layer layer ) |
Visual Basic (Declaration) |
---|
Public Sub MoveToTop ( _ layer As Layer _ ) |
Parameters
- layer
- Type: ESRI.ArcGISExplorer.Mapping..::.Layer
The layer to move to the top of the collection.
Remarks
Moves the selected layer to the top of the collection and therefore the layer draws on top of all other layers in the map.