City Based Parking and Routing System API Documentation

ParkingSystem.IsBusRouteValid Method 

Determines if the specified route id refers to a valid bus route.

public bool IsBusRouteValid(
   int routeId
);

Parameters

routeId
The route id to validate.

Return Value

True if the route is valid; Otherwise, false.

Remarks

The dijkstra algorithm should be ran on the infrastructure before using this function!

See Also

ParkingSystem Class | CBPRS.Parking Namespace