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

In This Topic
    SetDefaultToolID Method
    In This Topic
    Sets the default construction tool.
    Syntax
    Public Shared Sub SetDefaultToolID( _
       ByVal templateDef As CIMEditingTemplate, _
       ByVal damlID As String _
    ) 
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also