City Based Parking and Routing System API Documentation

Intersection.MayCross Method

Determines if a vehicle may cross the intersection.

Overload List

Determines if a vehicle may cross the intersection.

public bool MayCross(ILane,ILane);

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

public bool MayCross(InternalRoute);

See Also

Intersection Class | CBPRS.Infrastructure Namespace