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


IThresholdFunctionArguments.ThresholdType 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.ThresholdType Property
ArcGIS Developer Help

IThresholdFunctionArguments.ThresholdType Property

The binary thresholding types.

[Visual Basic .NET]
Public Property ThresholdType As esriRasterThresholdType
[C#]
public esriRasterThresholdType ThresholdType {get; set;}
[C++]
HRESULT get_ThresholdType(
  esriRasterThresholdType* pThresholdType
);
[C++]
HRESULT put_ThresholdType(
  esriRasterThresholdType pThresholdType
);
[C++]
Parameters
pThresholdType [out, retval]

pThresholdType is a parameter of type esriRasterThresholdType* pThresholdType [in]
pThresholdType is a parameter of type esriRasterThresholdType

Product Availability

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

See Also

IThresholdFunctionArguments Interface