ArcObjects Library Reference (Carto)  

ITableCollection.AddTable Method

Adds a table to the collection.

[Visual Basic .NET]
Public Sub AddTable ( _
    ByVal Table As ITable _
)
[C#]
public void AddTable (
    ITable Table
);
[C++]
HRESULT AddTable(
  ITable* Table
);
[C++]

Parameters

Table [in]

  Table is a parameter of type ITable

Product Availability

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

See Also

ITableCollection Interface

.NET Related Topics

Performing basic map functions