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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close