City Based Parking and Routing System API Documentation

Vehicle.ChangeToRight Method 

Attempts a lane change from current lane to the lane on the right.

public void ChangeToRight(
   IVehicle vfront
);

Parameters

vfront
The IVehicle in front of the current.

See Also

Vehicle Class | CBPRS.Infrastructure Namespace