Show / Hide Table of Contents

Property StopIndexesAtNextDestination

StopIndexesAtNextDestination

Gets a read-only list of index values relating to the upcoming destination or arrival.

Declaration
public IReadOnlyList<int> StopIndexesAtNextDestination { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<System.Int32>

A read-only list of index values relating to the upcoming destination or arrival.

Remarks

If there are coincident stops and SkipCoincidentStops is true, this list will contain multiple index values. When there are no coincident stops or if SkipCoincidentStops is false, this list will contain just one index value. Indices can be used to relate a destination or an arrival to stops in Stops.

Applies to

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