Locates a table with the specified name and returns the table and geoprocessing table view objects.
[Visual Basic 6.0] Function FindMapTable2(
ByVal Name As String, _
ppTable As ITable _
) As IGPTableView
[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 );
[Java] public IGPTableView findMapTable2 ( String Name, ITable ppTable ) throws IOException, AutomationException
[C++] HRESULT FindMapTable2( BSTR Name, ITable** ppTable, IGPTableView** ppGPTableView );
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