ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Geocoding Namespace / GeocodeResult Class / FieldValues Property

In This Topic
    FieldValues Property (GeocodeResult)
    In This Topic
    Gets a dictionary of field names and values
    Syntax
    public IReadOnlyDictionary<string,string> FieldValues {get;}
    Public ReadOnly Property FieldValues As IReadOnlyDictionary(Of String,String)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also