This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterColormap2 Interface > IRasterColormap2.BinFunction Property (ArcObjects .NET 10.5 SDK) |
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