City Based Parking and Routing System API Documentation

IIntersection.IsConnected Method 

Determines if the specified road is connected to this intersection.

bool IsConnected(
   IRoad road
);

Parameters

road
A Road object.

Return Value

True if the road is connected; Otherwise, false.

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace