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


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

IMapServerLayer.ClearDrawCache Method

Clears the cache of images downloaded from the server redraw.

[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

IMapServerLayer Interface