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


IMapCacheStorageFormatConvertor.CompressedCachePath 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.CompressedCachePath Property
ArcGIS Developer Help

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