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


IViewRefresh.RefreshCaches Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IViewRefresh Interface > IViewRefresh.RefreshCaches Method
ArcGIS Developer Help

IViewRefresh.RefreshCaches Method

Reallocate the display caches. Causes a full redraw. Normally caches are automatically maintained. Use this sparingly when programatically changing attributes that affect caching such as ILayer::Cached flag.

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

Product Availability

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

See Also

IViewRefresh Interface