ArcGIS Pro 2.8 API Reference Guide
ExportRasterTileCache Method

ArcGIS.Desktop.Mapping.Offline Namespace > GenerateOfflineMap Class : ExportRasterTileCache Method
The map whose raster service content will be exported
The parameters to use for the export
Export raster tile caches from the map using the specified ExportTileCacheParams. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void ExportRasterTileCache( 
   Map map,
   ExportTileCacheParams cacheParams
)
Public Sub ExportRasterTileCache( _
   ByVal map As Map, _
   ByVal cacheParams As ExportTileCacheParams _
) 

Parameters

map
The map whose raster service content will be exported
cacheParams
The parameters to use for the export
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Map cannot be null
Extent cannot be null or empty
Map and extent spatial references must be equal
No raster tile cache content to export
Remarks
Exported tile caches are copied to the specified ExportTileCacheParams.DestinationFolder. Use GetCanExportRasterTileCache to determine if a map has raster service content that can be exported. Raster tile caches can be exported from tiled map services and image services.
If a map has no raster service content that can be exported a System.InvalidOperationException is thrown. At the conclusion of the export, a layer is created for each exported tile cache.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

GenerateOfflineMap Class
GenerateOfflineMap Members