City Based Parking and Routing System API Documentation

ParkingSystem.RemoveBusStopFromRoute Method 

Removes a bus stop from a specified route.

public bool RemoveBusStopFromRoute(
   int routeId,
   BusStop busstop
);

Parameters

routeId
The route id for the bus route.
busstop
The bus stop to remove.

Return Value

True if the bus stop was sucesfully removed; Otherwise, false.

See Also

ParkingSystem Class | CBPRS.Parking Namespace