 | TrafficLightTrafficLightState Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the state of the traffic light.
Namespace:
TrafficSimulation.Simulation.Engine
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic TrafficLightState TrafficLightState { get; set; }Public Property TrafficLightState As TrafficLightState
Get
Set
public:
virtual property TrafficLightState TrafficLightState {
TrafficLightState get () sealed;
void set (TrafficLightState value) sealed;
}abstract TrafficLightState : TrafficLightState with get, set
override TrafficLightState : TrafficLightState with get, set
Property Value
Type:
TrafficLightStateImplements
ITrafficLightTrafficLightState
See Also