This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCacheStorageFormatConvertor Interface > IMapCacheStorageFormatConvertor.CompressedCachePath Property (ArcObjects .NET 10.5 SDK) |
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