IImageServerDownloadResult Interface

Provides access to the Image Server Download Result Interface.

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.

IImageServerDownloadResult.FileSize Property

The download file size in bytes.

Public Property FileSize As Long
public ulong FileSize {get; set;}

IImageServerDownloadResult.RasterIDs Property

The list of raster IDs.

Public Property RasterIDs As ILongArray
public ILongArray RasterIDs {get; set;}

IImageServerDownloadResult.URI Property

The download file name.

Public Property URI As String
public string URI {get; set;}

Classes that implement IImageServerDownloadResult

Classes Description
ImageServerDownloadResult An Image Server Download Result object.

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