ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.OpenTableFromString Method

Opens a table from the given catalog path.

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

Parameters

catalogPath [in]   catalogPath 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