 | 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)
Syntaxvoid SendVehicleAway(
IVehicle vehicle
)
Sub SendVehicleAway (
vehicle As IVehicle
)
void SendVehicleAway(
IVehicle^ vehicle
)
abstract SendVehicleAway :
vehicle : IVehicle -> unit
Parameters
- vehicle
- Type: TrafficSimulation.Simulation.EngineIVehicle
The vehicle.
See Also