City Based Parking and Routing System API Documentation

IRoad.OppositeOf Method 

Gets the opposite intersection of the one specified.

IIntersection OppositeOf(
   IIntersection intersection
);

Parameters

intersection
An valid IIntersection object.

Return Value

The opposite intersection if the specified intersection is connected to this road; Otherwise, null.

See Also

IRoad Interface | CBPRS.Infrastructure Namespace