ArcObjects Library Reference (Carto)  

ITableCollection.RemoveTable Method

Removes a table from the collection.

[Visual Basic .NET]
Public Sub RemoveTable ( _
    ByVal Table As ITable _
)
[C#]
public void RemoveTable (
    ITable Table
);
[C++]
HRESULT RemoveTable(
  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