ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.FindMapTable Method

Locates a table with the specified name.

[Visual Basic 6.0]
Function FindMapTable(
    ByVal Name As String _
) As ITable
[Visual Basic .NET]
Public Function FindMapTable ( _
    ByVal Name As String _
) As ITable
[C#]
public ITable FindMapTable (
    string Name
);
[Java]
public ITable findMapTable (
    String Name
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page