City Based Parking and Routing System API Documentation

TrafficLightIntersection.GetTrafficLightVia Method 

Retrieves the traffic light status based on the specified incoming lane.

public TrafficLight GetTrafficLightVia(
   ILane lane
);

Parameters

lane
A ILane object that is incoming on the current intersection.

Return Value

The status of the specified lane's traffic light.

See Also

TrafficLightIntersection Class | CBPRS.Infrastructure Namespace