Show / Hide Table of Contents

Class IdentifyLayerResult

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

Inheritance
Object
IdentifyLayerResult
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 IdentifyLayerResult

Properties

Name Description
Error

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

GeoElements

Gets a list of identified GeoElement.

IsTransferLimitExceeded

Gets a value indicating whether the transfer limit was exceeded for the identify results.

LayerContent

Gets the Layer that contains the identified objects.

Popups

Gets a list of identified Popup.

SublayerResults

Gets a list of identified IdentifyLayerResult.

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

Edit feature attachments: Add, delete, and download attachments for features from a service.
Identify KML features: Show a callout with formatted content for a KML feature.
Identify layers: Identify features in all layers in a map. MapView supports identifying features across multiple layers. Because some layer types have sublayers, the sample recursively counts results for sublayers within each layer.
List related features: List features related to the selected feature.
In This Article
Back to top Copyright © 2022 Esri.