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


ITableDefinitionDialog.DoModalCreateTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IT > ITableDefinitionDialog Interface > ITableDefinitionDialog.DoModalCreateTable Method
ArcGIS Developer Help

ITableDefinitionDialog.DoModalCreateTable Method

Displays the dialog to define a new table.

[Visual Basic .NET]
Public Function DoModalCreateTable ( _
    ByVal workspace As IFeatureWorkspace, _
    ByVal hParent As Integer _
) As ITable
[C#]
public ITable DoModalCreateTable (
    IFeatureWorkspace workspace,
    int hParent
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableDefinitionDialog Interface