City Based Parking and Routing System API Documentation

IIntersection.MayCross Method

Determines if a vehicle may cross the intersection.

Overload List

Determines if a vehicle may cross the intersection.

bool MayCross(ILane,ILane);

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

bool MayCross(InternalRoute);

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace