Click or drag to resize

IVehicleExchange Interface

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

The Interface for exchanging vehicles with other groups

Namespace:  TrafficSimulation.Simulation.Engine.VehicleExchange
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface IVehicleExchange

The IVehicleExchange type exposes the following members.

Methods
  NameDescription
Public methodDisable
Disables the receiving of vehicles.
Public methodEnable
Enables the receiving of vehicles.
Public methodReceiveVehicle
Receives the vehicle.
Public methodSendVehicleAway
Sends the vehicle away to another group
Top
See Also