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


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

IBinFunction2.ValueToIndex Method

Converts pixel values to columns in the descriptor table.

[Visual Basic .NET]
Public Function ValueToIndex ( _
    ByVal pixval As Double _
) As Integer
[C#]
public int ValueToIndex (
    double pixval
);
[C++]
HRESULT ValueToIndex(
  double pixval
);
[C++]
Parameters
pixval [in]

pixval is a parameter of type double

Product Availability

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

See Also

IBinFunction2 Interface