ArcGIS Pro 2.7 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.
Exceptions
ExceptionDescription
The tool corresponding to the specified id cannot be found.
Remarks
The tool will be visible on the template.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditingTemplateCIMExtensions Class
EditingTemplateCIMExtensions Members