City Based Parking and Routing System API Documentation

Intersection.GetRoadConnectedTo Method 

Gets the road connected to the specified opposite intersection.

public IRoad GetRoadConnectedTo(
   IIntersection opposite
);

Parameters

opposite
The intersection opposite of the current.

Return Value

The IRoad connected to the opposite if present; Otherwise, null.

Implements

IIntersection.GetRoadConnectedTo

See Also

Intersection Class | CBPRS.Infrastructure Namespace