Show / Hide Table of Contents

Class ServiceAreaPolyline

A class that describes the single service area polyline.

Inheritance
System.Object
ServiceAreaPolyline
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ServiceAreaPolyline
Remarks

The service area polyline stores the resultant service area polyline, which the represents the network edges that can be reached within the given impedance.

Properties

Name Description
FromNetworkLocation

Gets network location where the polyline begins.

Geometry

Gets service area polyline's geometry.

ToNetworkLocation

Gets network location where the polyline ends.

Methods

Name Description
GetFromCumulativeCost(String)

Gets the cumulative cost value of the path from the facility to the beginning of this polyline.

GetToCumulativeCost(String)

Gets the cumulative cost value of the path from the facility to the end of this polyline.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.1 - 200.8
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.