Show / Hide Table of Contents

Property Features

Features

Gets or sets the features that are sent to or returned from the geoprocessing service.

Declaration
public IFeatureSet Features { get; set; }
Property Value
Type Description
IFeatureSet

The features that are sent to or returned from the geoprocessing service.

Remarks

For an input parameter, this contains features to be sent to the geoprocessing service. This property will be ignored if Source property is set. For an output parameter, this can contain features returned from a geoprocessing service depending on the service configuration. It can be null for services that have a map service, in which case calling GetOutputFeaturesAsync() will get the features from the service or MapImageLayer can be used to visualize the results without loading them to the client.

Applies to

Platforms and versions
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.