This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IAMSWorkspace Interface > IAMSWorkspace.OpenTable Method (ArcObjects .NET 10.4 SDK) |
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