City Based Parking and Routing System API Documentation

Road.GetLanesLeadingFrom Method 

Gets the collection of lanes leading from the specified intersection.

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

Parameters

intersection
The Intersection for which to retrieve the lanes.

Return Value

The collection lanes that originate at the specified intersection.

Implements

IRoad.GetLanesLeadingFrom

Exceptions

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

See Also

Road Class | CBPRS.Infrastructure Namespace