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


IRasterModel.BindTable Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterModel.BindTable Method

Binds a symbol to a Table.

[Visual Basic .NET]
Public Sub BindTable ( _
    ByVal Table As ITable, _
    ByVal Symbol As String _
)
[C#]
public void BindTable (
    ITable Table,
    string Symbol
);
[C++]
HRESULT BindTable(
  ITable* Table,
  BSTR Symbol
);
[C++]

Parameters Table [in]
Table is a parameter of type ITable Symbol [in] Symbol is a parameter of type BSTR

Product Availability

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

Remarks

table

an input table object that implements ITable interface

symbol

a string name which identifies the input table

See Also

IRasterModel Interface