This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterModel Interface > IRasterModel.BindTable Method (ArcObjects .NET 10.5 SDK) |
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
table |
an input table object that implements ITable interface |
symbol |
a string name which identifies the input table |