City Based Parking and Routing System API Documentation

GEIntersection.HasRoute Method 

Determines if the intersection has a route between two lanes.

public bool HasRoute(
   IRoad from,
   IRoad to
);

Parameters

from
The lane the vehicle is current driving on.
to
The lane the vehicle is headed to.

Return Value

true for all combination of from and to lanes.

Implements

IIntersection.HasRoute

See Also

GEIntersection Class | CBPRS.Infrastructure Namespace