Click or drag to resize

VehicleExchangeRouteDestoryVehicle Method

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

Destroys a vehicle and sends it to another group.

Namespace:  TrafficSimulation.Simulation.Engine.Environment
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public override void DestoryVehicle(
	IVehicle vehicle
)

Parameters

vehicle
Type: TrafficSimulation.Simulation.EngineIVehicle
The vehicle to destroy

Implements

IVehicleLifetimeManagerDestoryVehicle(IVehicle)
See Also