Provides access to the Image Server Download Result Interface.
Members
| Name | Description | |
|---|---|---|
![]()  | 
FileSize | The download file size in bytes. | 
![]()  | 
RasterIDs | The list of raster IDs. | 
![]()  | 
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. | 

