ArcGIS Pro 2.8 API Reference Guide
ActivateToolAsync Method

ArcGIS.Desktop.Editing.Templates Namespace > EditingTemplate Class : ActivateToolAsync Method
DAML ID of the Tool
Activates a Tool that is identified by the given ID.
Syntax
public Task ActivateToolAsync( 
   string id
)
Public Function ActivateToolAsync( _
   ByVal id As String _
) As Task

Parameters

id
DAML ID of the Tool
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditingTemplate Class
EditingTemplate Members