ArcGIS Pro 2.8 API Reference Guide
GetCanExportVectorTileCache Method

ArcGIS.Desktop.Mapping.Offline Namespace > GenerateOfflineMap Class : GetCanExportVectorTileCache Method
The map to check for vector tile cache content
Gets whether the map contains one or more vector tile caches that can be exported. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool GetCanExportVectorTileCache( 
   Map map
)
Public Function GetCanExportVectorTileCache( _
   ByVal map As Map _
) As Boolean

Parameters

map
The map to check for vector tile cache content

Return Value

True if the map contains any vector tile services
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
The value of the map parameter cannot be null
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

GenerateOfflineMap Class
GenerateOfflineMap Members