ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMExtensions Class / GetDefaultToolID Method

In This Topic
    GetDefaultToolID Method
    In This Topic
    Gets the default construction tool.
    Syntax
    public static string GetDefaultToolID( 
       CIMEditingTemplate templateDef
    )
    Public Shared Function GetDefaultToolID( _
       ByVal templateDef As CIMEditingTemplate _
    ) As String

    Parameters

    templateDef

    Return Value

    DAML ID of the tool.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also