Show / Hide Table of Contents

Class ServiceAreaResult

A class that describes the service area result.

Inheritance
System.Object
ServiceAreaResult
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.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

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.1 - 200.7
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.7

Relevant samples

Find service area: Find the service area within a network from a given point.
Find service areas for multiple facilities: Find the service areas of several facilities from a feature service.
In This Article
Back to top Copyright © 2022 Esri.