Class FeatureQueryResult
The result of a query, select, or populate features operation made on a feature table or layer.
Inheritance
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FeatureQueryResult : IFeatureSet, IEnumerable<Feature>, IEnumerable
Remarks
Operations that query, select and populate features, such as Query
Each Feature
Properties
Name | Description |
---|---|
Fields | Gets the fields of the feature set. |
Geometry |
Gets the geometry type stored in this feature set. |
Is |
Gets a value indicating whether the number of features returned exceeded the maximum transfer limit. |
Spatial |
Gets the spatial reference of the feature set. |
Methods
Name | Description |
---|---|
Get |
Returns an enumerator that iterates through a collection of Feature. |
Name | Description |
---|---|
IEnumerable. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |