City Based Parking and Routing System API Documentation

Vehicle.ChangeToLeft Method 

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

public void ChangeToLeft(
   IVehicle vfront
);

Parameters

vfront
The IVehicle in front of the current.

See Also

Vehicle Class | CBPRS.Infrastructure Namespace