ArcObjects Library Reference (DataSourcesRaster)  

IArithmeticFunctionArguments.Raster2 Property

The 2nd raster object.

[Visual Basic .NET]
Public Property Raster2 As Object
[C#]
public object Raster2 {get; set;}
[C++]
HRESULT get_Raster2(
  LPUNKNOWN* ppRaster
);
[C++]
HRESULT putref_Raster2(
  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