ArcObjects Library Reference (Carto)  

IMapCacheExporter.TargetCachePath Property

The cache location.

[Visual Basic .NET]
Public Property TargetCachePath As String
[C#]
public string TargetCachePath {get; set;}
[C++]
HRESULT get_TargetCachePath(
  BSTR* ppCacheLocation
);
[C++]
HRESULT put_TargetCachePath(
  BSTR ppCacheLocation
);
[C++]

Parameters

ppCacheLocation [out, retval]   ppCacheLocation is a parameter of type BSTR ppCacheLocation [in]   ppCacheLocation is a parameter of type BSTR

Product Availability

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

See Also

IMapCacheExporter Interface