City Based Parking and Routing System API Documentation

Intersection.RequestCrossing Method (InternalRoute)

Allows a vehicle to request intersection crossing permission on the next step.

public void RequestCrossing(
   InternalRoute route
);

Parameters

route
The InternalRoute via which the requestor wants to cross the intersection.

Implements

IIntersection.RequestCrossing

See Also

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