City Based Parking and Routing System API Documentation

Intersection.HasRoute Method 

Determines if their is a route between the two nodes.

public bool HasRoute(
   IRoad from,
   IRoad to
);

Parameters

from
The road the vehicle is currently driving on.
to
The road to which the vehicle should want to go.

Return Value

True if there is a route; Otherwise, false.

Implements

IIntersection.HasRoute

See Also

Intersection Class | CBPRS.Infrastructure Namespace