Property ExportTileCacheCompactV2Allowed
ExportTileCacheCompactV2Allowed
Gets a value indicating whether exporting tiles in compact version 2 format (.tpkx) is supported.
Declaration
public bool ExportTileCacheCompactV2Allowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
The export tile cache format compact version 2 (.tpkx) now supersedes the compact format (.tpk) across ArcGIS software. For more information, see CompactV2.
If this property is true
, the map service supports exporting tiles as .tpkx format. If this
property is false
, the service does not support exporting .tpkx format and you should check
ExportTilesAllowed to confirm whether it supports exporting the earlier .tpk format.
CurrentVersion, 10.9 or greater, supports exporting tiles as .tpkx. Compact V2 tile caches can also be exported from export-enabled Esri image basemaps and elevation services hosted on ArcGIS Online. For more details on the specification of a .tpkx file format, see .
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |