Click or drag to resize

VehicleExchangeRoute Constructor

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

Initializes a new instance of the VehicleExchangeRoute class.

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 VehicleExchangeRoute(
	IVehicleExchange vehicleExchange,
	IRoute route
)

Parameters

vehicleExchange
Type: TrafficSimulation.Simulation.Engine.VehicleExchangeIVehicleExchange
The vehicle exchange.
route
Type: TrafficSimulation.Simulation.Engine.EnvironmentIRoute
The normal route.
See Also