ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / SelectedGeocodeResultsChangedEventArgs Class / GeocodeResults Property

In This Topic
    GeocodeResults Property
    In This Topic
    Gets the set of selected ArcGIS.Desktop.Mapping.Geocoding.GeocodeResult objects in the LocatorControl.
    Syntax
    public IReadOnlyList<GeocodeResult> GeocodeResults {get;}
    Public ReadOnly Property GeocodeResults As IReadOnlyList(Of GeocodeResult)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also