MiniMapLayerCollection.Swap(Int32, Int32) Method
Swaps two layers that are stored in the collection.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v26.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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