Class IdentifyLayerResult
Represents the identify result containing a layer and the identified elements of that 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
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
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.