ArcGIS Pro 2.8 API Reference Guide
BaseTemplate Property

ArcGIS.Desktop.Editing.Templates Namespace > EditingGroupTemplate Class : BaseTemplate Property
Gets, the primary template for this EditingGroupTemplate.
Syntax
public EditingFeatureTemplate BaseTemplate {get;}
Public ReadOnly Property BaseTemplate As EditingFeatureTemplate
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 10, Windows 8.1

See Also

Reference

EditingGroupTemplate Class
EditingGroupTemplate Members