ArcGIS Pro 3.7 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 Shared Sub WriteTags( _
       ByVal templateDef As CIMEditingTemplate, _
       ByVal tags As IEnumerable(Of String) _
    ) 
    public static void WriteTags( 
       CIMEditingTemplate templateDef,
       IEnumerable<string> tags
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also