City Based Parking and Routing System API Documentation

DijkstraParkingVehicle.ExecuteParkingProcedure Method 

Moves the vehicle along the current lane towards its parking place and parks it.

protected void ExecuteParkingProcedure(
   IVehicle vfront,
   uint step
);

Parameters

vfront
The vehicle directly in front of us on the same lane.
step
The current simulation time step.

See Also

DijkstraParkingVehicle Class | CBPRS.Parking Namespace