 | IntelligentDriverModelStrategy Constructor |
[This is preliminary documentation and is subject to change.]
ctor
Namespace:
TrafficSimulation.Simulation.Engine.VehicleHandling
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic IntelligentDriverModelStrategy(
Vehicle vehicle
)
Public Sub New (
vehicle As Vehicle
)
public:
IntelligentDriverModelStrategy(
Vehicle^ vehicle
)
new :
vehicle : Vehicle -> IntelligentDriverModelStrategyParameters
- vehicle
- Type: TrafficSimulation.Simulation.Engine.VehicleHandlingVehicle
[Missing <param name="vehicle"/> documentation for "M:TrafficSimulation.Simulation.Engine.VehicleHandling.IntelligentDriverModelStrategy.#ctor(TrafficSimulation.Simulation.Engine.VehicleHandling.Vehicle)"]
See Also