City Based Parking and Routing System API Documentation

IIntersection.IsConnectedAt Method 

Retrieves the RoadPosition at which the Road is connected.

RoadPosition IsConnectedAt(
   IRoad road
);

Parameters

road
A Road object connected to this intersection.

Return Value

The RoadPosition at which the road is connected.

Remarks

OBSOLETE; Instead use the road itself to determine the positon.

Exceptions

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

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace