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


IImageCooker.GetCacheDirectory Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageCooker.GetCacheDirectory Method

Gets the cache directory/location.

[Visual Basic .NET]
Public Sub GetCacheDirectory ( _
    ByRef pCacheDir As String _
)
[C#]
public void GetCacheDirectory (
    ref string pCacheDir
);
[C++]
HRESULT GetCacheDirectory(
  BSTR* pCacheDir
);
[C++]

Parameters pCacheDir [out] pCacheDir is a parameter of type BSTR

Product Availability

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

See Also

IImageCooker Interface