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

In This Topic
    SetExcludedToolIDs Method
    In This Topic
    Sets the excluded construction tools on the template.
    Syntax
    public static void SetExcludedToolIDs( 
       CIMEditingTemplate templateDef,
       string[] damlIDs
    )
    Public Shared Sub SetExcludedToolIDs( _
       ByVal templateDef As CIMEditingTemplate, _
       ByVal damlIDs() As String _
    ) 

    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

    See Also