Provides access to members that control threshold function arguments.
Members
Name | Description | |
---|---|---|
Histograms | The raster band histograms. | |
Raster | The source raster object. | |
Thresholds | The binary thresholding values. | |
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. |