ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / TableDescription Class / TableDescription Constructor / TableDescription Constructor(String,TableDefinition)
The name of the description.
The ArcGIS.Core.Data.Table that the description object is representing.

In This Topic
    TableDescription Constructor(String,TableDefinition)
    In This Topic
    Creates a description object of the ArcGIS.Core.Data.Table.
    Syntax
    public TableDescription( 
       string name,
       TableDefinition tableDefinition
    )
    Public Function New( _
       ByVal name As String, _
       ByVal tableDefinition As TableDefinition _
    )

    Parameters

    name
    The name of the description.
    tableDefinition
    The ArcGIS.Core.Data.Table that the description object is representing.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also