This document is archived and information here might be outdated. Recommended version. |
An array of rasters to be processed by this local function. This overrides the raster/raster2 properties.
[Visual Basic .NET] Public Property Rasters As IArray
[C#] public IArray Rasters {get; set;}
[C++]
HRESULT get_Rasters(
IArray* pArray
);
[C++]
HRESULT putref_Rasters(
IArray** pArray
);
[C++]
Parameters pArray [in]
pArray is a parameter of type IArray* pArray [out, retval]
pArray is a parameter of type IArray**