City Based Parking and Routing System API Documentation

Intersection.IsConnected Method 

Determines if the specified road is connected to this intersection.

public bool IsConnected(
   IRoad road
);

Parameters

road
A Road object.

Return Value

True if the road is connected; Otherwise, false.

Implements

IIntersection.IsConnected

See Also

Intersection Class | CBPRS.Infrastructure Namespace