Click or drag to resize

ITrafficLight Interface

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

Interface to encapsulate a traffic light

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

The ITrafficLight type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets or sets the Id.
Public propertyIsConnectionBlocking
Signals if this placable is blocking the node connection where it lives on.
(Inherited from IPlaceable.)
Public propertyPosition
The position
(Inherited from IPlaceable.)
Public propertyTrafficLightState
Gets or sets the state of the traffic light.
Top
See Also