This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerDownloadResult Interface > IImageServerDownloadResult.RasterIDs Property (ArcObjects .NET 10.4 SDK) |
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