This document is archived and information here might be outdated.  Recommended version.


IGPUtilities.FindMapTable2 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.FindMapTable2 Method
ArcGIS Developer Help

IGPUtilities.FindMapTable2 Method

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPUtilities Interface