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


IMathFunctionArguments.Raster Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IMathFunctionArguments.Raster Property

The 1st raster object, raster dataset or raster variable.

[Visual Basic .NET]
Public Property Raster As Object
[C#]
public object Raster {get; set;}
[C++]
HRESULT get_Raster(
  IUnknown Pointer* ppRaster
);
[C++]
HRESULT putref_Raster(
  LPUNKNOWN ppRaster
);
[C++]

Parameters ppRaster [out, retval]
ppRaster is a parameter of type IUnknown* ppRaster [in]
ppRaster is a parameter of type IUnknown

Product Availability

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

See Also

IMathFunctionArguments Interface