ArcObjects Library Reference (DataSourcesRaster)  

IRasterColormap2.BinFunction Property

The Bin function that maps pixel value into colormap index.

[Visual Basic .NET]
Public ReadOnly Property BinFunction As IBinFunction
[C#]
public IBinFunction BinFunction {get;}
[C++]
HRESULT get_BinFunction(
  IBinFunction** ppBinFunction
);
[C++]

Parameters

ppBinFunction [out, retval]

  ppBinFunction is a parameter of type IBinFunction

Product Availability

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

See Also

IRasterColormap2 Interface