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


IWMSMapLayer3.ClearDrawCache Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IWMSMapLayer3.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

IWMSMapLayer3 Interface