City Based Parking and Routing System API Documentation

IIntersection.OutboundLanesOf Method 

Gets the collection of lanes outbound on this intersection for the specified RoadPosition.

ILane[] OutboundLanesOf(
   RoadPosition position
);

Parameters

position
The RoadPosition for which to retrieve the outbound lanes.

Return Value

The collection of outbound lanes if a road is present at the specified position; Otherwise, false.

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace