Show / Hide Table of Contents

Class IdentifyGraphicsOverlayResult

The identify graphics overlay result contains the identified geoelements of an overlay.

Inheritance
System.Object
IdentifyGraphicsOverlayResult
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class IdentifyGraphicsOverlayResult
Remarks

Operations that identify the geoelements in a graphics overlay, such as GeoView.IdentifyGraphicsOverlayAsync(GraphicsOverlay, Point, double, bool) or GeoView.IdentifyGraphicsOverlaysAsync(Point, double, bool), return the resulting geoelements in a GeoElements collection for each graphics overlay.

Properties

Name Description
Error

Gets the error that occurred during the identify operation, if there is one.

GeoElements

Gets the list of identified geoelements.

Graphics

Gets the list of identified Graphic.

GraphicsOverlay

Gets the GraphicsOverlay that contains the identified graphics.

Popups

Gets the list of identified Popup.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8

Relevant samples

Find address: Find the location for an address.
Find place: Find places of interest near a location or within a specific area.
Identify graphics: Display an alert message when a graphic is clicked.
Sketch on map: Use the Sketch Editor to edit or sketch a new point, line, or polygon geometry on to a map.
Spatial relationships: Determine spatial relationships between two geometries.
In This Article
Back to top Copyright © 2022 Esri.