City Based Parking and Routing System API Documentation

Road.GetLanesLeadingTo Method 

Gets the collection of lanes leading to the specified intersection.

public 0, Culture=neutral, PublicKeyToken=null]] GetLanesLeadingTo(
   IIntersection intersection
);

Parameters

intersection
The Intersection for which to retrieve the lanes.

Return Value

The collection lanes that end at the specified intersection.

Implements

IRoad.GetLanesLeadingTo

Exceptions

Exception Type Condition
ArgumentException Thrown if the specified intersection in not connected to the current road.

See Also

Road Class | CBPRS.Infrastructure Namespace