ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ILayerContainerEdit Interface / MoveLayer Method
A Layer to be moved.
The position specified by the 0-based index. If the index is invalid, the layer is moved to the bottom.

In This Topic
    MoveLayer Method (ILayerContainerEdit)
    In This Topic
    Move a layer to another position within the container. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    void MoveLayer( 
       Layer layer,
       int position
    )
    Sub MoveLayer( _
       ByVal layer As Layer, _
       ByVal position As Integer _
    ) 

    Parameters

    layer
    A Layer to be moved.
    position
    The position specified by the 0-based index. If the index is invalid, the layer is moved to the bottom.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also