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


IGeoProcessor2.ListTables Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor2.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,
  IGpEnumList** ppEnumList
);
[C++]

Parameters wildCard [in] wildCard is a parameter of type BSTR tableType [in] tableType is a parameter of type BSTR ppEnumList [out, retval]
ppEnumList is a parameter of type IGpEnumList

Product Availability

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

See Also

IGeoProcessor2 Interface