City Based Parking and Routing System API Documentation

IIntersection.MayCross Method (InternalRoute)

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

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.

See Also

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