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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
List geodatabase versions: Connect to a service and list versions of the geodatabase.