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 |
---|---|
Boolean | A value indicating whether exporting tiles in compact version 2 format (.tpkx) is supported. |
Remarks
The export tile cache format compact version 2 (.tpkx) now supersedes the compact format (.tpk) across the ArcGIS platform. 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.
ArcGIS Server/Enterprise 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 see .
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.10 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.10 - 100.12 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 100.15 |