ArcGIS Pro 2.6 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.
Remarks
The tool will not be visible on the template.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditingTemplateCIMExtensions Class
EditingTemplateCIMExtensions Members