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


IMapCacheExporter.Export Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCacheExporter Interface > IMapCacheExporter.Export Method
ArcGIS Developer Help

IMapCacheExporter.Export Method

Export cache.

[Visual Basic .NET]
Public Sub Export ( _
    ByVal pLevels As ILongArray, _
    ByVal pGeometry As IGeometry, _
    ByVal numThreads As Integer, _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal pCacheStorageInfo As ICacheStorageInfo, _
    ByVal Overwrite As Boolean _
)
[C#]
public void Export (
    ILongArray pLevels,
    IGeometry pGeometry,
    int numThreads,
    ITrackCancel pTrackCancel,
    ICacheStorageInfo pCacheStorageInfo,
    bool Overwrite
);
[C++]
HRESULT Export(
  ILongArray* pLevels,
  IGeometry* pGeometry,
  long numThreads,
  ITrackCancel* pTrackCancel,
  ICacheStorageInfo* pCacheStorageInfo,
  VARIANT_BOOL Overwrite
);
[C++]
Parameters
pLevels [in]

pLevels is a parameter of type ILongArray* pGeometry [in]
pGeometry is a parameter of type IGeometry* numThreads [in]
numThreads is a parameter of type long pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel* pCacheStorageInfo [in]
pCacheStorageInfo is a parameter of type ICacheStorageInfo* Overwrite [in]
Overwrite is a parameter of type bool

Product Availability

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

See Also

IMapCacheExporter Interface