ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMExtensions Class / WriteTags Method
The template definition to write the tags to.
The tags.

In This Topic
    WriteTags Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also