Show / Hide Table of Contents

Class ExportVectorTilesResult

The export vector tiles result contains the vector tile cache and/or the custom style resources returned by a successful ExportVectorTilesJob.

Inheritance
System.Object
ExportVectorTilesResult
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExportVectorTilesResult
Remarks

The ExportVectorTilesJob can download a vector tile package and its default style resources, download a vector tile package and its custom style resources, or just download the custom style resources associated with the task's vector tile service.

Properties

Name Description
ItemResourceCache

Gets the item resource cache, which represents the vector tile cache's custom style resources.

VectorTileCache

Gets the VectorTileCache resulting from a successful ExportVectorTilesJob.

See Also

ExportVectorTilesTask

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.2.1 - 200.8
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.