ArcGIS Pro 2.6 API Reference Guide
GetExcludedToolDamlIds Method

ArcGIS.Core.CIM Namespace > EditingTemplateCIMExtensions Class : GetExcludedToolDamlIds Method
Gets the excluded construction tools on the template.
Syntax
public static string[] GetExcludedToolDamlIds( 
   CIMEditingTemplate templateDef
)
Public Shared Function GetExcludedToolDamlIds( _
   ByVal templateDef As CIMEditingTemplate _
) As String()

Parameters

templateDef

Return Value

String array of DAML IDs.
Remarks
Returns 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