ArcObjects Library Reference (Carto)  

IImageServerDownloadResult.RasterIDs Property

The list of raster IDs.

[Visual Basic .NET]
Public Property RasterIDs As ILongArray
[C#]
public ILongArray RasterIDs {get; set;}
[C++]
HRESULT get_RasterIDs(
  ILongArray** ppOIDs
);
[C++]
HRESULT putref_RasterIDs(
  ILongArray* ppOIDs
);
[C++]

Parameters

ppOIDs [out, retval]

  ppOIDs is a parameter of type ILongArray

ppOIDs [in]

  ppOIDs is a parameter of type ILongArray

Product Availability

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

See Also

IImageServerDownloadResult Interface