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


IBinFunction Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBinFunction Interface
ArcGIS Developer Help

IBinFunction Interface

Provides access to members that control a raster histogram bin function. Note: the IBinFunction interface has been superseded by IBinFunction2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method Invert Returns upper and lower limits of bin.
Read-only property NumBins Number of bins (same as rows in table).
Method Title Name of bin function.
Method ValueToIndex Converts pixel values to columns in the descriptor table.

Classes that implement IBinFunction

Classes Description

Remarks

This interface is not intended to use by outside developers.