Show / Hide Table of Contents

Method GetSelectedFeaturesAsync

GetSelectedFeaturesAsync()

Returns a list of the currently selected features.

Declaration
public async Task<IEnumerable<Feature>> GetSelectedFeaturesAsync()
Returns
Type Description
Task<IEnumerable<Feature>>

The task object representing the asynchronous get selected features operation. The value of the task result is a FeatureQueryResult object; only selected features are present.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.3 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.3 - 100.14
Xamarin.iOS100.3 - 100.14
UWP100.3 - 100.14
In This Article
Back to top Copyright © 2021 Esri.