Click or drag to resize

IVehicleExchangeSendVehicleAway Method

[This is preliminary documentation and is subject to change.]

Sends the vehicle away to another group

Namespace:  TrafficSimulation.Simulation.Engine.VehicleExchange
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
void SendVehicleAway(
	IVehicle vehicle
)

Parameters

vehicle
Type: TrafficSimulation.Simulation.EngineIVehicle
The vehicle.
See Also