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


IWMSMapLayer.ClearDrawCache Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSMapLayer Interface > IWMSMapLayer.ClearDrawCache Method
ArcGIS Developer Help

IWMSMapLayer.ClearDrawCache Method

Clears the cache of images downloaded from the WMS server for drawing.

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

Product Availability

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

See Also

IWMSMapLayer Interface