Show / Hide Table of Contents

Class IdentifyGraphicsOverlayResult

Represents the identify result containing a layer and the identified elements of that layer.

Inheritance
Object
IdentifyGraphicsOverlayResult
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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.

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.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0

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.