ArcObjects Library Reference (DataSourcesRaster)  

IArithmeticFunctionArguments.Raster Property

The 1st raster object.

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

Parameters

ppRaster [out, retval]   ppRaster is a parameter of type LPUNKNOWN ppRaster [in]   ppRaster is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IArithmeticFunctionArguments Interface

.NET Samples

Create a Function Raster dataset (Code Files: CreateFunctionRasterDataset)

.NET Related Topics

How to create an Arithmetic function dataset