ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / EditingGroupTemplate Class
Properties Methods Events


In This Topic
    EditingGroupTemplate Class Members
    In This Topic

    The following tables list the members exposed by EditingGroupTemplate.

    Public Properties
     NameDescription
    Public PropertyGets the EditingGroupTemplate.Part that contains the BaseTemplate.  
    Public Property Gets the primary template for this EditingGroupTemplate.  
    Public Propertystatic (Shared in Visual Basic)Gets an System.Collections.Generic.IEnumerable of the BuilderMethods that are registered in the applciation DAML.  
    Public Property Gets whether this EditingTemplate can be included as part of a GroupTemplate. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public PropertyGets the collection of EditingGroupTemplate.Parts that make up this EditingGroupTemplate.  
    Public Property Gets the DAML ID of the Tool that is currently chosen as this EditingTemplate's DefaultTool. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Property Gets the description of this EditingTemplate. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public PropertyOverridden. Gets the Inspector of the BaseTemplate.  
    Public Property Gets whether this EditingTemplate is currently being used and its last selected Tool is currently the active Tool. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Property Gets the DAML ID of the Tool that was most recently selected when using this EditingTemplate. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Property Gets the Layer that is associated with this EditingTemplate. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public PropertyOverridden. Gets the Map of the BaseTemplate.  
    Public Property Gets the MapMember that is associated with this EditingTemplate. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Property Gets the name of this EditingTemplate. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public PropertyOverridden. Gets whether the BaseTemplate passes its DefinitionQuery.  
    Public Property Gets the the tool daml ids that are registered to the template (template type, template geometry type etc). ie the set that displays in Template Properties. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Property Gets the StandaloneTable that is associated with this EditingTemplate. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Property Gets the collection of Tags that help to make this EditingTemplate searchable. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Property Gets a collection of DAML IDs for each of the Tools that are available for use with this EditingTemplate. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Top
    Public Methods
     NameDescription
    Public MethodActivates the Tool that is identified by EditingTemplate.DefaultToolID. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Method (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Method Activates a Tool that is identified by the given ID. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Method Generates a preview icon that represents this EditingTemplate. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Method Gets the CIM definition of this EditingTemplate. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Method Retrieves the symbol that would be used by a feature created from this template. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Method Gets the symbol that would be used by a feature created from this template. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Method Gets the ToolOptions for specified Tool. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Public Method Sets the CIM definition of this EditingTemplate. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Editing.Templates.EditingTemplate)
    Top
    Protected Methods
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also