This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IT > ITableDefinitionDialog Interface > ITableDefinitionDialog.DoModalCreateTable Method (ArcObjects .NET 10.5 SDK) |
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 );