City Based Parking and Routing System API Documentation

Vehicle.PreCriticalZoneChange Method 

Allows the vehicle to change lanes before entering the critical zone.

public void PreCriticalZoneChange(
   IVehicle vfront
);

Parameters

vfront
The vehicle directly in front of the current on the same lane, or null if none present.

See Also

Vehicle Class | CBPRS.Infrastructure Namespace