City Based Parking and Routing System API Documentation

IRoad.GetDirectionOfLanesLeadingTo Method 

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

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.

Exceptions

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

See Also

IRoad Interface | CBPRS.Infrastructure Namespace