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


IThresholdFunctionArguments.ThresholdType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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