Is there a listing available of ToolIDs within ArcPro? I've been looking through the API Reference and have only found one reference to esri_editing_SketchLineTool, but I would imagine there must be a whole list of them somewhere.
What I want to do is automatically switch to the Select tool after a MapTool I am coding is finished running.
Thanks,
Solved! Go to Solution.
I found it!!
FrameworkApplication.SetCurrentToolAsync("esri_mapping_selectByRectangleTool");
I found it!!
FrameworkApplication.SetCurrentToolAsync("esri_mapping_selectByRectangleTool");
Glad you found it!
The IDs are listed in the Pro SDK wiki pages in this page: ArcGIS Pro DAML ID Reference
You can also see them in Pro when you enable the control IDs to be displayed.
Also, there is a Pro SDK Utility that you could use to get the DAML ids directly into you Add-in solution.