City Based Parking and Routing System API Documentation

Intersection.IsConnectedAt Method 

Retrieves the RoadPosition at which the Road is connected.

public RoadPosition IsConnectedAt(
   IRoad road
);

Parameters

road
A Road object connected to this intersection.

Return Value

The RoadPosition at which the road is connected.

Implements

IIntersection.IsConnectedAt

Exceptions

Exception Type Condition
ArgumentException Thrown if the specified road is not connected to this intersection.

See Also

Intersection Class | CBPRS.Infrastructure Namespace