ArcObjects Library Reference (Carto)  

IMapCacheStorageFormatConvertor.CompressedCachePath Property

The target cache location.

[Visual Basic .NET]
Public Property CompressedCachePath As String
[C#]
public string CompressedCachePath {get; set;}
[C++]
HRESULT get_CompressedCachePath(
  BSTR* ppTargetCacheLocation
);
[C++]
HRESULT put_CompressedCachePath(
  BSTR ppTargetCacheLocation
);
[C++]

Parameters

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

Product Availability

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

See Also

IMapCacheStorageFormatConvertor Interface