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


IMapCacheStorageFormatConvertor.CompressedCachePath Property (ArcObjects .NET 10.4 SDK)
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