 | TrafficLight Constructor |
[This is preliminary documentation and is subject to change.]
Namespace:
TrafficSimulation.Simulation.Engine
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic TrafficLight(
INodeConnection nodeConnection
)
Public Sub New (
nodeConnection As INodeConnection
)
public:
TrafficLight(
INodeConnection^ nodeConnection
)
new :
nodeConnection : INodeConnection -> TrafficLightParameters
- nodeConnection
- Type: TrafficSimulation.Simulation.Engine.EnvironmentINodeConnection
The node connection on which end the traffic light is placed.
See Also