City Based Parking and Routing System API Documentation

Lane.MoveVehicles Method 

Moves the vehicles on the lane to their next position.

public void MoveVehicles(
   uint step
);

Parameters

step
The current time step.

Implements

ILane.MoveVehicles

Remarks

If another movement schedule is required, inherit Intersection class and override this member.

See Also

Lane Class | CBPRS.Infrastructure Namespace