This document is archived and information here might be outdated. Recommended version. |
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*