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


IGeoProcessor.ListTables Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor Interface > IGeoProcessor.ListTables Method
ArcGIS Developer Help

IGeoProcessor.ListTables Method

Return the list of tables within the current workspace.

[Visual Basic .NET]
Public Function ListTables ( _
    ByVal wildCard As String, _
    ByVal tableType As String _
) As IGpEnumList
[C#]
public IGpEnumList ListTables (
    string wildCard,
    string tableType
);
[C++]
HRESULT ListTables(
  BSTR wildCard,
  BSTR tableType
);
[C++]
Parameters
wildCard [in]

wildCard is a parameter of type BSTR tableType [in]
tableType is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessor Interface