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

    Tags Property (EditingTemplate)
    Gets the collection of Tags that help to make this EditingTemplate searchable.
    Syntax
    public IReadOnlyCollection<string> Tags {get;}
    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