City Based Parking and Routing System API Documentation

ParkingPlace.EjectVehicleOnRoad Method 

Ejects a vehicle from the parking place and inserts in onto the road.

public bool EjectVehicleOnRoad(
   IVehicle vehicle,
   uint timestep
);

Parameters

vehicle
The IVehicle to eject onto the road.
timestep
The simulation timestep at which to eject the vehicle.

Return Value

True if the vehicle was ejected sucessfully on the road.

Implements

IParking.EjectVehicleOnRoad

See Also

ParkingPlace Class | CBPRS.Parking Namespace