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


ILocalFunctionArguments.Rasters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IL > ILocalFunctionArguments Interface > ILocalFunctionArguments.Rasters Property
ArcGIS Developer Help

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 [in]

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