Show / Hide Table of Contents

Class FeatureQueryResult

Represents the results of a feature query.

Inheritance
Object
FeatureQueryResult
Implements
IFeatureSet
IEnumerable<Feature>
IEnumerable
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FeatureQueryResult : IFeatureSet, IEnumerable<Feature>, IEnumerable

Properties

Name Description
Fields

Gets the fields of the feature set.

GeometryType

Gets the geometry type stored in this feature set.

IsTransferLimitExceeded

Gets a value indicating whether the number of features returned exceeded the maximum transfer limit.

SpatialReference

Gets the spatial reference of the feature set.

Methods

Name Description
GetEnumerator()

Returns an enumerator that iterates through a collection of Feature.

Name Description
IEnumerable.GetEnumerator()

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0

Relevant samples

Browse WFS layers: Browse a WFS service for layers and add them to the map.
Edit and sync features: Synchronize offline edits with a feature service.
In This Article
Back to top Copyright © 2022 Esri.