City Based Parking and Routing System API Documentation

Bus.IntializeRoute Method 

Initialize the route.

public override void IntializeRoute(
   IIntersection source,
   uint step
);

Parameters

source
The source intersection of the vehicle.
step
The current time step.

Implements

IVehicle.IntializeRoute

See Also

Bus Class | CBPRS.Parking Namespace