Show / Hide Table of Contents

Interface IFeatureSet

An interface for feature sets.

System.Collections.Generic.IEnumerable<Esri.ArcGISRuntime.Data.Feature>.GetEnumerator()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public interface 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.

SpatialReference

Gets the spatial reference of the feature set.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Relevant samples

List geodatabase versions: Connect to a service and list versions of the geodatabase.
In This Article
Back to top Copyright © 2022 Esri.