City Based Parking and Routing System API Documentation

Road.GetDirectionOfLanesLeadingTo Method 

Get possible set of valid direction of the lanes leading to the specified intersection.

public DirectionTypes GetDirectionOfLanesLeadingTo(
   IIntersection intersection
);

Parameters

intersection
The intersection to which the lanes should lead.

Return Value

The set of directions of the lanes leading to the intersection.

Implements

IRoad.GetDirectionOfLanesLeadingTo

Exceptions

Exception Type Condition
ArgumentException Thrown if the specified intersection is not connected to this road.

See Also

Road Class | CBPRS.Infrastructure Namespace