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


IImageServerDownloadResult Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerDownloadResult Interface
ArcGIS Developer Help

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.

Classes that implement IImageServerDownloadResult

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.