Locates a table with the specified name and returns the table and geoprocessing table view objects.
[Visual Basic .NET] Public Function FindMapTable2 ( _ ByVal Name As String, _ ByRef ppTable As ITable _ ) As IGPTableView
[C#] public IGPTableView FindMapTable2 ( string Name, ref ITable ppTable );
[C++]
HRESULT FindMapTable2(
BSTR Name,
ITable** ppTable,
IGPTableView** ppGPTableView
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR ppTable [out]ppTable is a parameter of type ITable
ppGPTableView [out, retval]ppGPTableView is a parameter of type IGPTableView
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.