City Based Parking and Routing System API Documentation

IIntersection.GetRoute Method (ILane, ILane)

Retrieves a route crossing the intersection for the specified lanes.

InternalRoute GetRoute(
   ILane from,
   ILane to
);

Parameters

from
The Lane where the vehicle is currently on.
to
The Lane where the vehicle wants to be after crossing the intersection.

Return Value

The internal route for the specfied from and to combination.

Exceptions

Exception Type Condition
ArgumentException Thrown if the specified from and to combination is not valid for this intersection.

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace | IIntersection.GetRoute Overload List