ArcGIS Pro 3.7 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 ReadOnly Property Values As Dictionary(Of String,Object)
    public Dictionary<string,object> Values {get;}
    Remarks
    The Dictionary key values correspond to the IDs of the AttributeDefs found in the Builder's Options
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also