ArcObjects Library Reference (Carto)  

IMapCooker.GetCacheDirectory Method

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

Product Availability

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

See Also

IMapCooker Interface