Class ServiceAreaResult
A class that describes the service area result.
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ServiceAreaResult
Remarks
The result from SolveServiceAreaAsync(ServiceAreaParameters) operation. A Service area result object represents the results of the operation. It can contains the following (if you enabled returning corresponding property on parameters): An array of polygons and/or lines representing the service areas. An array of graphics representing the facilities used in the analysis. An arrays of barriers (point, polyline, polygon)
Properties
Name | Description |
---|---|
Facilities | Gets an array of the facilities used to calculate the service area. |
Messages | Gets an array of messages when solve is completed. |
PointBarriers | Gets an array of the point barriers. |
PolygonBarriers | Gets an array of the polygon barriers. |
PolylineBarriers | Gets an array of the polyline barriers. |
Methods
Name | Description |
---|---|
GetResultPolygons(Int32) | Gets an array of the result polygons. |
GetResultPolylines(Int32) | Gets an array of the result polylines. |
Applies to
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.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |