City Based Parking and Routing System API Documentation

GEIntersection.GetCrossingDistance Method 

Returns the crossing distance between two lanes.

public int GetCrossingDistance(
   ILane from,
   ILane to
);

Parameters

from
The lane the vehicle is current driving on.
to
The lane the vehicle is headed to.

Return Value

Zero for all combination of from and to lanes.

Implements

IIntersection.GetCrossingDistance

See Also

GEIntersection Class | CBPRS.Infrastructure Namespace