City Based Parking and Routing System API Documentation

Intersection.InboundLanesOf Method 

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

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

Implements

IIntersection.InboundLanesOf

See Also

Intersection Class | CBPRS.Infrastructure Namespace