This document is archived and information here might be outdated.  Recommended version.


IImageServerDownloadResult Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerDownloadResult Interface (ArcObjects .NET 10.6 SDK)
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

Name 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