ArcObjects Library Reference  (Carto)    

ITableCollection.RemoveTable Method

Removes a table from the collection.

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

 


Feedback Send feedback on this page