ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / Token Class
Members

In This Topic
    Token Class
    In This Topic
    An object that describes the result of an enqueued operation.
    Syntax
    public abstract class Token 
    Public MustInherit Class Token 
    Remarks

    There are several places where the output from one DDL operation serves as input to another operation.

    For example, creating a feature dataset, and then creating a feature class within that feature dataset.

    Since operations are enqueued and processed all at once, token holds the description of the new schema object that doesn't exist yet.

    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also