City Based Parking and Routing System API Documentation

IRoad.IsConnectedTo Method 

Determines is the specified intersection is connected to this road.

bool IsConnectedTo(
   IIntersection intersection
);

Parameters

intersection
An valid IIntersection object.

Return Value

True if the specified intersection is connected; Otherwise, false.

See Also

IRoad Interface | CBPRS.Infrastructure Namespace