City Based Parking and Routing System API Documentation

Intersection.OutboundLanesOf Method 

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

public 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.

Implements

IIntersection.OutboundLanesOf

See Also

Intersection Class | CBPRS.Infrastructure Namespace