Route ItemNext Property
The next location in the route (null if it is the last item).
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public RouteItem Next { get; }VB
Public ReadOnly Property Next As RouteItem
GetC++
public:
property RouteItem^ Next {
RouteItem^ get ();
}F#
member Next : RouteItem with get