MapRoute.Legs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of legs associated with the route.
public:
property IVectorView<MapRouteLeg ^> ^ Legs { IVectorView<MapRouteLeg ^> ^ get(); };
IVectorView<MapRouteLeg> Legs();
public IReadOnlyList<MapRouteLeg> Legs { get; }
var iVectorView = mapRoute.legs;
Public ReadOnly Property Legs As IReadOnlyList(Of MapRouteLeg)
Property Value
The list of legs associated with the route. This property returns a collection of MapRouteLeg objects.