ArcObjects Library Reference  (Carto)    

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 6.0]
Sub RefreshCaches
[Visual Basic .NET]
Public Sub RefreshCaches ( _
)
[C#]
public void RefreshCaches (
);
[Java]
public void refreshCaches (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT RefreshCaches(
void
);

Product Availability

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

See Also

IViewRefresh Interface

 


Feedback Send feedback on this page