Skip to main content

MiniMapLayerCollection.Swap(Int32, Int32) Method

Swaps two layers that are stored in the collection.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void Swap(
    int index1,
    int index2
)

Parameters

Name Type Description
index1 Int32

A Int32 value specifying the index of the first swapping layer.

index2 Int32

A Int32 value specifying the index of the second swapping layer.

See Also