ArcGIS Pro 3.2 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 IReadOnlyCollection<string> RegisteredToolIDs {get;}
    Public ReadOnly Property RegisteredToolIDs As IReadOnlyCollection(Of String)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also