ArcObjects Library Reference (Carto)  

IImageServerDownloadResult Interface

Provides access to the Image Server Download Result Interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property FileSize The download file size in bytes.
Read/write property RasterIDs The list of raster IDs.
Read/write property URI The download file name.

CoClasses that implement IImageServerDownloadResult

CoClasses and Classes Description
ImageServerDownloadResult An Image Server Download Result object.

Remarks

The Download request returns an ImageServerDownloadResults object, which contains multiple ImageServerDownloadResult objects, each specifies one downloadable file. One file can be a part of multiple logical rasters. The list of raster IDs gives the parent rasters to which this file belong.

.NET Related Topics

How to download images from an image service