ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / EditingGroupTemplate.Part Class / Values Property

In This Topic
    Values Property (EditingGroupTemplate.Part)
    In This Topic
    Gets the parameter values that are to be used in conjunction with the Builder.
    Syntax
    public Dictionary<string,object> Values {get;}
    Public ReadOnly Property Values As Dictionary(Of String,Object)
    Remarks
    The Dictionary key values correspond to the IDs of the AttributeDefs found in the Builder's Options
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also