IThresholdFunctionArguments Interface

Provides access to members that control threshold function arguments.

Members

Name Description
Read/write property Histograms The raster band histograms.
Read/write property Raster The source raster object.
Read/write property Thresholds The binary thresholding values.
Read/write property ThresholdType The binary thresholding types.

IThresholdFunctionArguments.Histograms Property

The raster band histograms.

Public Property Histograms As IArray
public IArray Histograms {get; set;}

IThresholdFunctionArguments.Raster Property

The source raster object.

Public Property Raster As Object
public object Raster {get; set;}

IThresholdFunctionArguments.Thresholds Property

The binary thresholding values.

Public Property Thresholds As IDoubleArray
public IDoubleArray Thresholds {get; set;}

IThresholdFunctionArguments.ThresholdType Property

The binary thresholding types.

Public Property ThresholdType As esriRasterThresholdType
public esriRasterThresholdType ThresholdType {get; set;}

Classes that implement IThresholdFunctionArguments

Classes Description
ThresholdFunctionArguments A class for binary thresholding function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.