Class IdentifyLayerResult
The identify layer result contains the identified geoelements of a layer.
Inheritance
System.Object
    IdentifyLayerResult
  
      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 IdentifyLayerResultRemarks
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
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.0 - 200.8 | 
| Xamarin.Android | 100.0 - 100.15 | 
| Xamarin.iOS | 100.0 - 100.15 | 
| UWP | 100.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.