The next location in the route (null if it is the last item).
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic RouteItem Next { get; }
Public ReadOnly Property Next As RouteItem
Get
public:
property RouteItem^ Next {
RouteItem^ get ();
}
member Next : RouteItem with get
Property Value
Type:
RouteItem
See Also