City Based Parking and Routing System API Documentation

IIntersection.InboundLanesOf Method 

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

ILane[] InboundLanesOf(
   RoadPosition position
);

Parameters

position
The RoadPosition for which to retrieve the inbound lanes.

Return Value

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

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace