This document is archived and information here might be outdated.  Recommended version.


ITableCollection.RemoveAllTables Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableCollection Interface > ITableCollection.RemoveAllTables Method
ArcGIS Developer Help

ITableCollection.RemoveAllTables Method

Removes all tables from the collection.

[Visual Basic .NET]
Public Sub RemoveAllTables ( _
)
[C#]
public void RemoveAllTables (
);
[C++]
HRESULT RemoveAllTables(
void
);

Product Availability

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

See Also

ITableCollection Interface