City Based Parking and Routing System API Documentation

Lane.LaneChanges Method 

Gives vehicles on this lane the chance to change lanes.

public void LaneChanges(
   uint step
);

Parameters

step
The current simulation time step.

Implements

ILane.LaneChanges

See Also

Lane Class | CBPRS.Infrastructure Namespace