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


IRasterColormap.Bin Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterColormap Interface > IRasterColormap.Bin Method
ArcGIS Developer Help

IRasterColormap.Bin Method

Translates pixel values into integers to index them into the colormap.

[Visual Basic .NET]
Public Function Bin ( _
    ByVal pixval As Double _
) As Integer
[C#]
public int Bin (
    double pixval
);
[C++]
HRESULT Bin(
  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

IRasterColormap Interface