City Based Parking and Routing System API Documentation |
|
ParkingSystem.RemoveBusRoute Method
Removes an entire bus route including all bus stops.
public
bool RemoveBusRoute(
int routeId);
Parameters
-
routeId
- The route id for the bus route.
Return Value
True if the bus route was sucesfully removed; Otherwise, false.
See Also
ParkingSystem Class | CBPRS.Parking Namespace