City Based Parking and Routing System API Documentation

Intersection.MayCross Method (ILane, ILane)

Determines if a vehicle may cross the intersection.

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

Implements

IIntersection.MayCross

See Also

Intersection Class | CBPRS.Infrastructure Namespace | Intersection.MayCross Overload List