ITileDescription Interface

Provides access to the TileDescription.

Members

Name Description
Read/write property Dpi DPI to perform output with.
Read/write property ImageFormat Image format for the tile.
Read/write property Quality Quality for image formats.
Read/write property TileCountX Sub tile count in x direction.
Read/write property TileCountY Tile count in y direction.
Read/write property TileHeight Tile height in pixels.
Read/write property TileWidth Tile width in pixels.

ITileDescription.Dpi Property

DPI to perform output with.

Public Property Dpi As Double
public double Dpi {get; set;}

ITileDescription.ImageFormat Property

Image format for the tile.

Public Property ImageFormat As esriImageFormat
public esriImageFormat ImageFormat {get; set;}

ITileDescription.Quality Property

Quality for image formats.

Public Property Quality As Short
public short Quality {get; set;}

ITileDescription.TileCountX Property

Sub tile count in x direction.

Public Property TileCountX As Integer
public int TileCountX {get; set;}

ITileDescription.TileCountY Property

Tile count in y direction.

Public Property TileCountY As Integer
public int TileCountY {get; set;}

ITileDescription.TileHeight Property

Tile height in pixels.

Public Property TileHeight As Integer
public int TileHeight {get; set;}

ITileDescription.TileWidth Property

Tile width in pixels.

Public Property TileWidth As Integer
public int TileWidth {get; set;}

Classes that implement ITileDescription

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close