City Based Parking and Routing System API Documentation

GEIntersection.GetRoute Method (ILane, DirectionTypes)

Retrieves the internal route for the specified lane and turn direction.

public InternalRoute GetRoute(
   ILane from,
   DirectionTypes direction
);

Parameters

from
A ILane object that ends at the current intersection.
direction
Any member of the DirectionTypes enumeration. This parameter is ignored by the function.

Return Value

The internal for the specified from lane and the direction.

Implements

IIntersection.GetRoute

Exceptions

Exception Type Condition
ArgumentException Thrown if the specified lane does not end at the current intersection.

See Also

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