Class ServiceAreaResult
A class that describes the service area result.
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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 100.15 |