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 > IGPUtilities Interface > IGPUtilities.FindMapTable2 Method (ArcObjects .NET 10.5 SDK) |
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