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


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

IWeightedOverlayFunctionArguments.Rasters Property

.

[Visual Basic .NET]
Public Property Rasters As IArray
[C#]
public IArray Rasters {get; set;}
[C++]
HRESULT get_Rasters(
  IArray** ppRasters
);
[C++]
HRESULT putref_Rasters(
  IArray* ppRasters
);
[C++]

Parameters ppRasters [out, retval]
ppRasters is a parameter of type IArray ppRasters [in]
ppRasters is a parameter of type IArray

Product Availability

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

See Also

IWeightedOverlayFunctionArguments Interface