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


IImageServerDownloadResults.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServerDownloadResults.Add Method

Adds a download result.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pDownloadResult As IImageServerDownloadResult _
)
[C#]
public void Add (
    IImageServerDownloadResult pDownloadResult
);
[C++]
HRESULT Add(
  IImageServerDownloadResult* pDownloadResult
);
[C++]

Parameters pDownloadResult [in]
pDownloadResult is a parameter of type IImageServerDownloadResult

Product Availability

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

See Also

IImageServerDownloadResults Interface