ArcGIS Pro 2.6 API Reference Guide
SetExcludedToolDamlIds Method

ArcGIS.Core.CIM Namespace > EditingTemplateCIMExtensions Class : SetExcludedToolDamlIds Method
String array of DAML IDs.
Sets the excluded construction tools on the template.
Syntax
public static void SetExcludedToolDamlIds( 
   CIMEditingTemplate templateDef,
   string[] ids
)
Public Shared Sub SetExcludedToolDamlIds( _
   ByVal templateDef As CIMEditingTemplate, _
   ByVal ids() As String _
) 

Parameters

templateDef
ids
String array of DAML IDs.
Remarks
Sets all the non visible tools on the template.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditingTemplateCIMExtensions Class
EditingTemplateCIMExtensions Members