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

In This Topic
    ExcludeToolID Method
    In This Topic
    Excludes a construction tool from the template.
    Syntax
    public static void ExcludeToolID( 
       CIMEditingTemplate templateDef,
       string damlID
    )
    Public Shared Sub ExcludeToolID( _
       ByVal templateDef As CIMEditingTemplate, _
       ByVal damlID As String _
    ) 

    Parameters

    templateDef
    damlID
    DAML ID of the tool.
    Exceptions
    ExceptionDescription
    The tool corresponding to the specified damlID cannot be found.
    Remarks
    The tool will not be visible on the template.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also