City Based Parking and Routing System API Documentation

Road.IsConnectedTo Method 

Determines if the road is connected to the specified intersection.

public bool IsConnectedTo(
   IIntersection intersection
);

Parameters

intersection
The Intersection to test for connection.

Return Value

True if the intersection is connected; Otherwise, false.

Implements

IRoad.IsConnectedTo

See Also

Road Class | CBPRS.Infrastructure Namespace