City Based Parking and Routing System API Documentation

Intersection.MayCross Method (InternalRoute)

Determines if a vehicle with the specified route may cross the intersection.

public bool MayCross(
   InternalRoute route
);

Parameters

route
The route the vehicle wants to take.

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