Show / Hide Table of Contents

Class IdentifyLayerResult

The identify layer result contains the identified geoelements of a layer.

Inheritance
System.Object
IdentifyLayerResult
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 IdentifyLayerResult
Remarks

Operations that identify the geoelements in a layer, such as GeoView.IdentifyLayerAsync(Layer, Point, double, bool) or GeoView.IdentifyLayersAsync(Point, double, bool), return the resulting geoelements in a GeoElements collection for each layer.

Properties

Name Description
Error

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

GeoElements

Gets the 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 geoelements.

Popups

Gets the list of identified Popup.

SublayerResults

Gets the IdentifyLayerResult list of sub results.

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

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.