ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.FindMapTable Method

Locates a table with the specified name.

[Visual Basic .NET]
Public Function FindMapTable ( _
    ByVal Name As String _
) As ITable
[C#]
public ITable FindMapTable (
    string Name
);
[C++]
HRESULT FindMapTable(
  BSTR Name,
  ITable** ppTable
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR ppTable [out, retval]

  ppTable is a parameter of type ITable

Product Availability

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

See Also

IGPUtilities Interface