ArcGIS Pro 3.7 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 ReadOnly Property BaseTemplate As EditingRowTemplate
    public EditingRowTemplate BaseTemplate {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also