ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.OpenTableFromString Method

Opens a table from the given catalog path.

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

 


Feedback Send feedback on this page