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


IClassifyFunctionArguments.Raster2 Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IClassifyFunctionArguments.Raster2 Property

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

Product Availability

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

See Also

IClassifyFunctionArguments Interface