ArcObjects Library Reference  (Carto)    

ITableCollection.AddTable Method

Adds a table to the collection.

[Visual Basic 6.0]
Sub AddTable(
    ByVal Table As ITable _
)
[Visual Basic .NET]
Public Sub AddTable ( _
    ByVal Table As ITable _
)
[C#]
public void AddTable (
    ITable Table
);
[Java]
public void addTable (
    ITable Table
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page