City Based Parking and Routing System API Documentation

Lane.LeftLane Method 

Gets the lane directly to the left of the current lane.

public ILane LeftLane(
   int position
);

Parameters

position
The position of the vehicle at present.

Return Value

The lane directly to the left at the specified position; If no lane is avialible null is returned.

Implements

ILane.LeftLane

See Also

Lane Class | CBPRS.Infrastructure Namespace