This document is archived and information here might be outdated.  Recommended version.


IBasicMap.ClearLayers Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IBasicMap.ClearLayers Method

Removes all layers from the map.

[Visual Basic .NET]
Public Sub ClearLayers ( _
)
[C#]
public void ClearLayers (
);
[C++]
HRESULT ClearLayers(
void
);

Product Availability

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

See Also

IBasicMap Interface