dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

ArcGISMapServiceCapabilitiesExportTiles Class

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

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

Inheritance System.Object 🡒 ArcGISMapServiceCapabilitiesExportTiles

Implements System.IEquatable<ArcGISMapServiceCapabilitiesExportTiles>

Constructors

ArcGISMapServiceCapabilitiesExportTiles(Nullable) Constructor

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

public ArcGISMapServiceCapabilitiesExportTiles(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

ArcGISMapServiceCapabilitiesExportTiles.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>