ArcGIS Pro 2.9 API Reference Guide
ExcludeToolDamlID Method

ArcGIS.Core.CIM Namespace > EditingTemplateCIMExtensions Class : ExcludeToolDamlID Method
DAML ID of the tool.
Excludes a construction tool from the template.
Syntax
public static void ExcludeToolDamlID( 
   CIMEditingTemplate templateDef,
   string id
)
Public Shared Sub ExcludeToolDamlID( _
   ByVal templateDef As CIMEditingTemplate, _
   ByVal id As String _
) 

Parameters

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditingTemplateCIMExtensions Class
EditingTemplateCIMExtensions Members