ArcObjects Library Reference (TrackingAnalyst)  

IAMSWorkspace.OpenTable Method

Opens an existing table.

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

Parameters

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

  Table is a parameter of type ITable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IAMSWorkspace Interface