Show / Hide Table of Contents

Method SelectFeaturesAsync

SelectFeaturesAsync(QueryParameters, SelectionMode, CancellationToken)

Selects the features that match the criteria in the QueryParameters object and adds them to the current list of selected features.

Declaration
public Task<FeatureQueryResult> SelectFeaturesAsync(QueryParameters parameters, SelectionMode mode, CancellationToken cancellationToken = default)
Parameters
Type Name Description
QueryParameters parameters

The definition of the query to submit to the feature table.

SelectionMode mode

Defines how the list of currently selected features will be updated with the features returned from the query.

CancellationToken cancellationToken

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

Returns
Type Description
Task<FeatureQueryResult>

A task which represents the asynchronous select features operation. The value of the task result is a FeatureQueryResult object.

Applies to

Platforms and versions
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.