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