Show / Hide Table of Contents

Property GeoElements

GeoElements

Gets the list of identified GeoElement.

Declaration
public IReadOnlyList<GeoElement> GeoElements { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<GeoElement>

The list of identified GeoElement.

Remarks

If there are no geoelement results at the layer level (for layers where geoelement results are exposed in sublayer results), an empty list is returned. The function will always return a list containing objects of type GeoElement. The specific type of geoelement in the list depends on the type of objects contained in the layer and whether AggregationFeatureReduction is enabled on the layer. When AggregationFeatureReduction is enabled, geoelements in the list will be either AggregateGeoElement or the GeoElement type contained in the layer.

Applies to

Platforms and versions
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.