This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableCollection Interface > ITableCollection.Table Property (ArcObjects .NET 10.4 SDK) |
The table at the given index.
[Visual Basic .NET] Public Function get_Table ( _ ByVal Index As Integer _ ) As ITable
[C#] public ITable get_Table ( int Index );
[C++]
HRESULT get_Table(
long Index,
ITable** Table
);
[C++]
Parameters Index [in] Index is a parameter of type long Table [out, retval]
Table is a parameter of type ITable