ArcGIS Pro 2.6 API Reference Guide
AllowToolDamlID Method

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

Parameters

templateDef
id
DAML ID of the tool.
Remarks
The tool will be visible on the template.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditingTemplateCIMExtensions Class
EditingTemplateCIMExtensions Members