City Based Parking and Routing System API Documentation

IParking.ParkVehicle Method 

Parks a vehicle on the parking place.

void ParkVehicle(
   IVehicle vehicle,
   uint timestep
);

Parameters

vehicle
The IVehicle to park.
timestep
The time step at which the vehicle parks at the place.

See Also

IParking Interface | CBPRS.Parking Namespace