ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / EditingTemplate Class / StandaloneTable Property

In This Topic
    StandaloneTable Property
    In This Topic
    Gets the StandaloneTable that is associated with this EditingTemplate.
    Syntax
    Public ReadOnly Property StandaloneTable As StandaloneTable
    public StandaloneTable StandaloneTable {get;}
    Remarks
    When a row is created using this EditingTemplate, it will be added to this StandaloneTable.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also