ArcObjects Library Reference  (Carto)    

IMapCooker.GetCacheDirectory Method

Gets cache directory for a given layer.

[Visual Basic 6.0]
Function GetCacheDirectory(
    ByVal pLayer As ILayer _
) As String
[Visual Basic .NET]
Public Function GetCacheDirectory ( _
    ByVal pLayer As ILayer _
) As String
[C#]
public string GetCacheDirectory (
    ILayer pLayer
);
[Java]
public String getCacheDirectory (
    ILayer pLayer
)
throws
    IOException,
    AutomationException
[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