City Based Parking and Routing System API Documentation

IVehicle.IntializeRoute Method 

Allows the vehicle to initialize a new route.

void IntializeRoute(
   IIntersection source,
   uint step
);

Parameters

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

See Also

IVehicle Interface | CBPRS.Infrastructure Namespace