ArcGIS Pro 2.6 API Reference Guide
ToolIDs Property

ArcGIS.Desktop.Editing.Templates Namespace > EditingTemplate Class : ToolIDs Property
Gets a collection of DAML IDs for each of the Tools that are available for use with this EditingTemplate.
Syntax
public IEnumerable<string> ToolIDs {get;}
Public ReadOnly Property ToolIDs As IEnumerable(Of String)
Remarks
The DAML IDs are the strings defined within the DAML for each Tool. For example the ID for the Editing SketchLineTool is "esri_editing_SketchLineTool"
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditingTemplate Class
EditingTemplate Members