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


ITableCollection.Table Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableCollection Interface > ITableCollection.Table Property
ArcGIS Developer Help

ITableCollection.Table Property

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**

Product Availability

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

See Also

ITableCollection Interface