City Based Parking and Routing System API Documentation

IIntersection.MayCross Method (ILane, ILane)

Determines if a vehicle may cross the intersection.

bool MayCross(
   ILane from,
   ILane to
);

Parameters

from
The Lane where the vehicle is currently on.
to
The Lane where the vehicle wants to be after crossing the intersection.

Return Value

True if the vehicle is allowed to cross; Otherwise, false.

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace | IIntersection.MayCross Overload List