LayerSet.MoveLayer Method
Moves a child layer to a new position.
MoveLayer(Layer layer, System.Int32 index)
Moves a child layer to a new position.Syntax
public System.Boolean MoveLayer (
Layer layer,
System.Int32 index
)
Parameters
The child layer to move.
Zero-based position to move layer to.
Return Value
True if the operation succeeds; otherwise, False.
Remarks
This method can be used to reorder child layers even when the collection returned by the Layers property is read-only (which it will be when working with child layers of an OgcWmsLayer).
Platforms
Windows, Linux, Android