Removes the specified layer from the map.


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

Syntax

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

See Also