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


IThresholdFunctionArguments.Raster Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > IThresholdFunctionArguments Interface > IThresholdFunctionArguments.Raster Property
ArcGIS Developer Help

IThresholdFunctionArguments.Raster Property

The source 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(
  IUnknown Pointer* ppRaster
);
[C++]
Parameters
ppRaster [in]

ppRaster is a parameter of type IUnknown ppRaster [out, retval]
ppRaster is a parameter of type IUnknown*

Product Availability

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

See Also

IThresholdFunctionArguments Interface