City Based Parking and Routing System API Documentation

IParking.EjectVehicleOnRoad Method 

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

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.

See Also

IParking Interface | CBPRS.Parking Namespace