ArcObjects Library Reference (Carto)  

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