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


ILocalFunctionArguments.Rasters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

ILocalFunctionArguments.Rasters Property

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 [out, retval]
pArray is a parameter of type IArray pArray [in]
pArray is a parameter of type IArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

ILocalFunctionArguments Interface