ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMExtensions Class / SetDefaultToolID Method
DAML ID of the tool.
Version

SetDefaultToolID Method
Sets the default construction tool.
Syntax
public static void SetDefaultToolID( 
   CIMEditingTemplate templateDef,
   string damlID
)

Parameters

templateDef
damlID
DAML ID of the tool.
Exceptions
ExceptionDescription
The tool corresponding to the specified damlID cannot be found.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also