ArcObjects Library Reference  (Carto)    

ITableCollection.Table Property

The table at the given index.

[Visual Basic 6.0]
Property Table(
    ByVal Index As Long _
) As ITable
[Visual Basic .NET]
Public Function get_Table ( _
    ByVal Index As Integer _
) As ITable
[C#]
public ITable get_Table (
    int Index
);
[Java]
public  getTable (
    Long Index,
    ITable Table
)
[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

 


Feedback Send feedback on this page