ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / EditingTemplate Class / RegisteredToolIDs Property

In This Topic
    RegisteredToolIDs Property
    In This Topic
    Gets the the tool daml ids that are registered to the template (template type, template geometry type etc). ie the set that displays in Template Properties.
    Syntax
    Public ReadOnly Property RegisteredToolIDs As IReadOnlyCollection(Of String)
    public IReadOnlyCollection<string> RegisteredToolIDs {get;}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also