This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor2 Interface > IGeoProcessor2.ListTables Method (ArcObjects .NET 10.5 SDK) |
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