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

In This Topic
    EditingGroupTemplate Class
    In This Topic
    Defines a grouping of existing EditingRowTemplates that can be used to create multiple features together.
    Object Model
    EditingGroupTemplate ClassEditingGroupTemplate.Part ClassEditingRowTemplate 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 EditingRowTemplates, 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 EditingRowTemplate 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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also