ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / EditingGroupTemplate Class / BaseTemplate Property

In This Topic
    BaseTemplate Property
    In This Topic
    Gets the primary template for this EditingGroupTemplate.
    Syntax
    public EditingRowTemplate BaseTemplate {get;}
    Public ReadOnly Property BaseTemplate As EditingRowTemplate
    Remarks
    The primary template and construction tool category determine which tools are available in the Create Features pane. This template cannot be assigned a builder. The builders available to all other templates are determined by the combined properties of the primary template, the tool category, and the features the template creates.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also