Show / Hide Table of Contents

Method GetSelectedFeaturesAsync

GetSelectedFeaturesAsync(CancellationToken)

Returns a list of the currently selected features.

Declaration
public Task<FeatureQueryResult> GetSelectedFeaturesAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken

An optional cancellation token that can be used to cancel the operation.

Returns
Type Description
Task<FeatureQueryResult>

A Task that represents 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
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.