This document is archived and information here might be outdated.  Recommended version.


IMapControlDefault.MoveLayerTo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IMapControlDefault.MoveLayerTo Method

Moves a layer within the Map's collection from its current index position to a new index position.

[Visual Basic .NET]
Public Sub MoveLayerTo ( _
    ByVal fromIndex As Integer, _
    ByVal toIndex As Integer _
)
[C#]
public void MoveLayerTo (
    int fromIndex,
    int toIndex
);
[C++]
HRESULT MoveLayerTo(
  long fromIndex,
  long toIndex
);
[C++]

Parameters fromIndex [in] fromIndex is a parameter of type long toIndex [in] toIndex is a parameter of type long

Product Availability

Available with ArcGIS Engine.

Description

The Layer at the beginning or top of the collection with an index of 0 will be drawn last, whilst the Layer at the bottom of the collection will be drawn first.

Errors Returned

1023 800a03ff: The specified index is out of range

See Also

IMapControlDefault Interface | IMapControl4.ClearLayers Method | IMapControlDefault.ClearLayers Method | IMapControl3.ClearLayers Method | IMapControl4.DeleteLayer Method | IMapControlDefault.DeleteLayer Method | IMapControl3.DeleteLayer Method | IMapControl4.Layer Property | IMapControl3.Layer Property | IMapControlDefault.Layer Property | IMapControl4.LayerCount Property | IMapControl3.LayerCount Property | IMapControlDefault.LayerCount Property