ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / EditingTemplate Class / Tags Property

In This Topic
    Tags Property (EditingTemplate)
    In This Topic
    Gets the collection of Tags that help to make this EditingTemplate searchable.
    Syntax
    public IReadOnlyCollection<string> Tags {get;}
    Public ReadOnly Property Tags As IReadOnlyCollection(Of String)
    Remarks
    Tags can be added to an EditingTemplate within the TemplateProperties dialog box. When using the CreateFeatures and ManageTemplates DockPanes, you can use the search box to find a template based on these tags.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also