ArcGIS Pro 3.0 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, Windows 8.1

    See Also