Moves the specified layer to the bottom (first drawn).


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

Syntax

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

See Also