This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IClassifyFunctionArguments Interface > IClassifyFunctionArguments.Raster2 Property (ArcObjects .NET 10.5 SDK) |
The second source raster object, optional.
[Visual Basic .NET] Public Property Raster2 As Object
[C#] public object Raster2 {get; set;}
[C++]
HRESULT get_Raster2(
LPUNKNOWN* ppRaster2
);
[C++]
HRESULT putref_Raster2(
LPUNKNOWN ppRaster2
);
[C++]
Parameters ppRaster2 [out, retval] ppRaster2 is a parameter of type LPUNKNOWN ppRaster2 [in] ppRaster2 is a parameter of type LPUNKNOWN