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


IDescTable.BinFunction Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDescTable Interface > IDescTable.BinFunction Property
ArcGIS Developer Help

IDescTable.BinFunction Property

Pixel to Row tranlator.

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

pVal is a parameter of type IBinFunction**

Product Availability

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

See Also

IDescTable Interface