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