City Based Parking and Routing System API Documentation

Lane.RightLane Method 

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

public ILane RightLane(
   int position
);

Parameters

position
The position of the vehicle at present.

Return Value

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

Implements

ILane.RightLane

See Also

Lane Class | CBPRS.Infrastructure Namespace