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


IImageCooker.GetCacheDirectory Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageCooker Interface > IImageCooker.GetCacheDirectory Method
ArcGIS Developer Help

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(
  System.String* 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