City Based Parking and Routing System API Documentation

GEIntersection.GetRoute Method (ILane, ILane)

Retrieves the internal route for the specified from and to lane.

public InternalRoute GetRoute(
   ILane from,
   ILane to
);

Parameters

from
A ILane object that ends at the current intersection.
to
This value should always be null, any other value will lead to an exception.

Return Value

The internal route for the specified from and to lane.

Implements

IIntersection.GetRoute

Exceptions

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

See Also

GEIntersection Class | CBPRS.Infrastructure Namespace | GEIntersection.GetRoute Overload List