City Based Parking and Routing System API Documentation

ILane.LeftLane Method 

The ILane directly to the right of the current.

ILane LeftLane(
   int position
);

Parameters

position
The position of the vehicle that queries for right lane.

Return Value

A ILane object if a lane is present at the specified position; Otherwise, null.

See Also

ILane Interface | CBPRS.Infrastructure Namespace