Show / Hide Table of Contents

Class GeoprocessingFeatureSet

Geoprocessing feature set is a read-only set of features that are returned from GeoprocessingFeatures.

Inheritance
System.Object
GeoprocessingFeatureSet
Implements
IFeatureSet
System.Collections.Generic.IEnumerable<Feature>
System.Collections.IEnumerable
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Tasks.Geoprocessing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeoprocessingFeatureSet : 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 output features resulted in exceeding the transfer limit.

SpatialReference

Gets the spatial reference of the feature set.

Methods

Name Description
GetEnumerator()

Returns an enumerator that iterates through a collection of Features.

Name Description
IEnumerable.GetEnumerator()

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
In This Article
Back to top Copyright © 2022 Esri.