This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR ppTable [out]
ppTable is a parameter of type ITable**