ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMExtensions Class / SetExcludedToolIDs Method
String array of DAML IDs.

SetExcludedToolIDs Method
Sets the excluded construction tools on the template.
Syntax
public static void SetExcludedToolIDs( 
   CIMEditingTemplate templateDef,
   string[] damlIDs
)

Parameters

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 3.0 or higher.
See Also