City Based Parking and Routing System API Documentation

Vehicle.ChangeLanes Method 

Determines if a car want to change to left or right lane.

public virtual void ChangeLanes(
   IVehicle vfront
);

Parameters

vfront
The IVehicle in front of the current.

Implements

IVehicle.ChangeLanes

See Also

Vehicle Class | CBPRS.Infrastructure Namespace