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 VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.