City Based Parking and Routing System API Documentation

IRoad.GetOriginOf Method 

Gets the origin intersection of a lane.

IIntersection GetOriginOf(
   ILane lane
);

Parameters

lane
A ILane object that is part of the current road.

Return Value

The origin intersection object of the lane if the lane.

See Also

IRoad Interface | CBPRS.Infrastructure Namespace