This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IM > IMathFunctionArguments Interface > IMathFunctionArguments.Raster2 Property (ArcObjects .NET 10.5 SDK) |
The 2nd raster, scalar, raster dataset or raster variable.
[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