ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / TableDescription Class / TableDescription Constructor / TableDescription Constructor(TableToken)
The TableToken that the description object is representing.

In This Topic
    TableDescription Constructor(TableToken)
    In This Topic
    Creates a description object of the ArcGIS.Core.Data.Table.
    Syntax
    public TableDescription( 
       TableToken tableToken
    )
    Public Function New( _
       ByVal tableToken As TableToken _
    )

    Parameters

    tableToken
    The TableToken that the description object is representing.
    Exceptions
    ExceptionDescription
    tableToken is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also