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


IBasemapLayer.InvalidateCache Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IBasemapLayer.InvalidateCache Method

Invalidates layer's cache.

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

Product Availability

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

See Also

IBasemapLayer Interface