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


IImageServerDownloadResult.RasterIDs Property (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 > IImageServerDownloadResult.RasterIDs Property
ArcGIS Developer Help

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