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


IRasterFunction2.ClearCache Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunction2.ClearCache Method

Clear the cache.

[Visual Basic .NET]
Public Sub ClearCache ( _
    ByVal pArguments As Object _
)
[C#]
public void ClearCache (
    object pArguments
);
[C++]
HRESULT ClearCache(
  LPUNKNOWN pArguments
);
[C++]

Parameters pArguments [in] pArguments is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IRasterFunction2 Interface