City Based Parking and Routing System API Documentation

Route Constructor (IIntersection, ILane, DirectionTypes, IIntersection, ISideObject, UInt32)

Extended constructor

public Route(
   IIntersection start,
   ILane next,
   DirectionTypes direction,
   IIntersection end,
   ISideObject sideobject,
   uint starttime
);

Parameters

start
The Lane at which the route begins.
next
The next Lane in the current route.
direction
The DirectionTypes for the next lane.
end
The Lane at which the route ends.
sideobject
The ISideObject at which the IVehicle should stop.
starttime
The time at which travel along this route started.

See Also

Route Class | CBPRS.Infrastructure Namespace | Route Constructor Overload List