Moves the specified layer to the specified position. (0 = First Drawn/Bottom Layer; Max=Last Drawn/Top Layer)


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Public Sub MoveLayerTo( _ 
   ByVal LayerHandle As Integer,  _ 
   ByVal NewPosition As Integer _ 
)
C#
public void MoveLayerTo(
   int LayerHandle,
   int NewPosition
)
C++
public:
 void MoveLayerTo(
   int LayerHandle,
   int NewPosition
) sealed 
J#
public void MoveLayerTo(
   int LayerHandle,
   int NewPosition
)
JScript
public  function MoveLayerTo(
   LayerHandle : int,
   NewPosition : int
)

See Also