This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.GetCacheDirectory Method (ArcObjects .NET 10.5 SDK) |
Gets cache directory for a given layer.
[Visual Basic .NET] Public Function GetCacheDirectory ( _ ByVal pLayer As ILayer _ ) As String
[C#] public string GetCacheDirectory ( ILayer pLayer );
[C++]
HRESULT GetCacheDirectory(
ILayer* pLayer,
BSTR* pCacheDir
);
[C++]
Parameters pLayer [in]
pLayer is a parameter of type ILayer pCacheDir [out, retval] pCacheDir is a parameter of type BSTR