ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / EditingGroupTemplate Class / Builders Property

In This Topic
    Builders Property
    In This Topic
    Gets an System.Collections.Generic.IEnumerable of the BuilderMethods that are registered in the applciation DAML.
    Syntax
    Public Shared ReadOnly Property Builders As IReadOnlyCollection(Of BuilderMethod)
    public static IReadOnlyCollection<BuilderMethod> Builders {get;}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also