City Based Parking and Routing System API Documentation

ParkingGarage.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 current simulation time step.

Return Value

True if the vehicle was ejected sucessfully on the road.

Implements

IParking.EjectVehicleOnRoad

See Also

ParkingGarage Class | CBPRS.Parking Namespace