ArcGIS Pro 3.2 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 StandaloneTable StandaloneTable {get;}
    Public ReadOnly Property StandaloneTable As StandaloneTable
    Remarks
    When a row is created using this EditingTemplate, it will be added to this StandaloneTable.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also