dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

VectorTileLayerCapabilitiesExportTiles Class

Indicates options supported by the exportTiles operation.
ArcGIS Maps SDK for JavaScript

public class VectorTileLayerCapabilitiesExportTiles :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.VectorTileLayerCapabilitiesExportTiles>

Inheritance System.Object 🡒 VectorTileLayerCapabilitiesExportTiles

Implements System.IEquatable<VectorTileLayerCapabilitiesExportTiles>

Constructors

VectorTileLayerCapabilitiesExportTiles(Nullable) Constructor

Indicates options supported by the exportTiles operation.
ArcGIS Maps SDK for JavaScript

public VectorTileLayerCapabilitiesExportTiles(System.Nullable<int> MaxExportTilesCount=null);

Parameters

MaxExportTilesCount System.Nullable<System.Int32>

Specifies the maximum number of tiles that can be exported to a cache dataset or a tile package.
ArcGIS Maps SDK for JavaScript

Properties

VectorTileLayerCapabilitiesExportTiles.MaxExportTilesCount Property

Specifies the maximum number of tiles that can be exported to a cache dataset or a tile package.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> MaxExportTilesCount { get; set; }

Property Value

System.Nullable<System.Int32>