Show / Hide Table of Contents

Class IdentifyGraphicsOverlayResult

Identify result containing an overlay and the identified geoelements of that overlay.

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

Properties

Name Description
Error

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

GeoElements

Gets a list of identified geoelements.

Graphics

Gets a list of identified Graphic.

GraphicsOverlay

Gets the GraphicsOverlay that contains the identified graphics.

Popups

Gets a list of identified Popup.

Applies to

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

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.