ArcGIS Pro 2.6 API Reference Guide
EditingGroupTemplate Class
Members 

ArcGIS.Desktop.Editing.Templates Namespace : EditingGroupTemplate Class
Defines a grouping of existing EditingFeatureTemplates that can be used to create multiple features together.
Object Model
EditingGroupTemplate ClassEditingGroupTemplate.Part ClassEditingFeatureTemplate ClassCIMEditingTemplate ClassCIMSymbolReference ClassReadOnlyToolOptions ClassInspector ClassLayer ClassMap ClassMapMember ClassStandaloneTable Class
Syntax
public sealed class EditingGroupTemplate : EditingTemplate, System.ComponentModel.INotifyPropertyChanged  
Public NotInheritable Class EditingGroupTemplate 
   Inherits EditingTemplate
   Implements System.ComponentModel.INotifyPropertyChanged 
Remarks

This implementation of EditingTemplate defines a grouping of one or more existing EditingFeatureTemplates, whose definable properties include the same properties as feature templates, together with properties that set the primary template and tool category, additional templates, and builders. Each EditingFeatureTemplate is stored within a Part along with the corresponding BuilderMethod.

You create features or temporary geometry with the primary template. The other templates in the group are assigned builders that autogenerate additional features based on the geometry of the feature or features you create in the map. For example, if you assign a water main template as the primary template, you create the water mains in the map, and other templates such as fittings, gate valves, and hydrants can be configured to autogenerate these features at locations based on the geometry of the water main.

Note: an EditingGroupTemplate cannot be added to another EditingGroupTemplate.

Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase
      ArcGIS.Desktop.Editing.Templates.EditingTemplate
         ArcGIS.Desktop.Editing.Templates.EditingGroupTemplate

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditingGroupTemplate Members
ArcGIS.Desktop.Editing.Templates Namespace