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


In This Topic
    EditingTemplate Class Methods
    In This Topic

    For a list of all members of this type, see EditingTemplate members.

    Public Methods
     NameDescription
    Public MethodActivates the Tool that is identified by DefaultToolID.  
    Public MethodActivates the Tool that is identified by LastSelectedToolID.  
    Public Method Activates a Tool that is identified by the given ID.  
    Public Method Generates a preview icon that represents this EditingTemplate.  
    Public Method Gets the CIM definition of this EditingTemplate. This method must be called on the MCT. Use QueuedTask.Run.  
    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.  
    Public Method Gets the symbol that would be used by a feature created from this template.  
    Public Method Gets the ToolOptions for specified Tool.  
    Public Method Sets the CIM definition of this EditingTemplate. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Protected Methods
    See Also