City Based Parking and Routing System API Documentation

Vehicle.ChangeTo Method 

Executes the actual lane changing procedure. lane change.

public void ChangeTo(
   ILane lane
);

Parameters

lane
The lane to which the vehicle should change.

See Also

Vehicle Class | CBPRS.Infrastructure Namespace