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 |