City Based Parking and Routing System API Documentation

IRoad.GetRoadPositionAt Method 

Gets the roads position at the specified intersection.

RoadPosition GetRoadPositionAt(
   IIntersection intersection
);

Parameters

intersection
A IIntersection that is connected to this road.

Return Value

The road position of the road at the specified intersection.

See Also

IRoad Interface | CBPRS.Infrastructure Namespace