This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCacheStorageFormatConvertor Interface > IMapCacheStorageFormatConvertor.Decompress Method (ArcObjects .NET 10.4 SDK) |
The target cache location.
[Visual Basic .NET] Public Sub Decompress ( _ ByVal numThreads As Integer, _ ByVal LayerName As String, _ ByVal pTrackCancel As ITrackCancel, _ ByVal Overwrite As Boolean _ )
[C#] public void Decompress ( int numThreads, string LayerName, ITrackCancel pTrackCancel, bool Overwrite );
[C++]
HRESULT Decompress(
long numThreads,
BSTR LayerName,
ITrackCancel* pTrackCancel,
VARIANT_BOOL Overwrite
);
[C++]
Parameters numThreads [in] numThreads is a parameter of type long LayerName [in] LayerName is a parameter of type BSTR pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel Overwrite [in] Overwrite is a parameter of type VARIANT_BOOL