ArcGIS Pro 2.6 API Reference Guide
WriteTags Method

ArcGIS.Core.CIM Namespace > EditingTemplateCIMExtensions Class : WriteTags Method
The template definition to write the tags to.
The tags.
Write an array of tags to a CIMEditingTemplate.
Syntax
public static void WriteTags( 
   CIMEditingTemplate templateDef,
   IEnumerable<string> tags
)
Public Shared Sub WriteTags( _
   ByVal templateDef As CIMEditingTemplate, _
   ByVal tags As IEnumerable(Of String) _
) 

Parameters

templateDef
The template definition to write the tags to.
tags
The tags.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditingTemplateCIMExtensions Class
EditingTemplateCIMExtensions Members