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


IScreenDisplay2.RemoveCache Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplay2.RemoveCache Method

Removes the specified cache.

[Visual Basic .NET]
Public Sub RemoveCache ( _
    ByVal cacheID As Short _
)
[C#]
public void RemoveCache (
    short cacheID
);
[C++]
HRESULT RemoveCache(
  short cacheID
);
[C++]

Parameters cacheID [in] cacheID is a parameter of type short

Product Availability

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

See Also

IScreenDisplay2 Interface