City Based Parking and Routing System API Documentation

Road.GetRoadPositionAt Method 

Gets the roads position at the specified intersection.

public 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.

Implements

IRoad.GetRoadPositionAt

See Also

Road Class | CBPRS.Infrastructure Namespace