This document is archived and information here might be outdated.  Recommended version.


IMapCacheStorageFormatConvertor.TileCachePath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCacheStorageFormatConvertor Interface > IMapCacheStorageFormatConvertor.TileCachePath Property
ArcGIS Developer Help

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(
  System.String* 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