ArcObjects Library Reference (TrackingAnalyst)  

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,
  ITable** Table
);
[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 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