ArcObjects Library Reference (Carto)  

IMapCacheStorageFormatConvertor.TileCachePath Property

The source cache location.

[Visual Basic .NET]
Public Property TileCachePath As String
[C#]
public string TileCachePath {get; set;}
[C++]
HRESULT get_TileCachePath(
  BSTR* ppCacheLocation
);
[C++]
HRESULT put_TileCachePath(
  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

IMapCacheStorageFormatConvertor Interface