ArcObjects Library Reference (Carto)  

IMapLayers.DeleteLayer Method

Deletes a layer from the map.

[Visual Basic .NET]
Public Sub DeleteLayer ( _
    ByVal Layer As ILayer _
)
[C#]
public void DeleteLayer (
    ILayer Layer
);
[C++]
HRESULT DeleteLayer(
  ILayer* Layer
);
[C++]

Parameters

Layer [in]

  Layer is a parameter of type ILayer

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapLayers Interface

.NET Samples

Executing geoprocessing tools in the background (Code Files: RunGPForm)