 | XmlGraphReaderTrafficLights Property |
[This is preliminary documentation and is subject to change.]
Gets the traffic lights.
Namespace:
TrafficSimulation.Simulation.Engine.Xml
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic List<ITrafficLight> TrafficLights { get; }Public ReadOnly Property TrafficLights As List(Of ITrafficLight)
Get
public:
property List<ITrafficLight^>^ TrafficLights {
List<ITrafficLight^>^ get ();
}member TrafficLights : List<ITrafficLight> with get
Property Value
Type:
ListITrafficLight
See Also