This document is archived and information here might be outdated.  Recommended version.


IAMSWorkspace.CreateTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IAMSWorkspace Interface > IAMSWorkspace.CreateTable Method
ArcGIS Developer Help

IAMSWorkspace.CreateTable Method

Creates a new table.

[Visual Basic .NET]
Public Function CreateTable ( _
    ByVal Name As String, _
    ByVal Fields As IFields, _
    ByVal clsid As UID, _
    ByVal EXTCLSID As UID, _
    ByVal ConfigKeyword As String _
) As ITable
[C#]
public ITable CreateTable (
    string Name,
    IFields Fields,
    UID clsid,
    UID EXTCLSID,
    string ConfigKeyword
);
[C++]
HRESULT CreateTable(
  BSTR Name,
  IFields* Fields,
  IUID* clsid,
  IUID* EXTCLSID,
  BSTR ConfigKeyword
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR Fields [in]
Fields is a parameter of type IFields* clsid [in]
clsid is a parameter of type IUID* EXTCLSID [in]
EXTCLSID is a parameter of type IUID* ConfigKeyword [in]
ConfigKeyword is a parameter of type BSTR

Product Availability

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

See Also

IAMSWorkspace Interface