City Based Parking and Routing System API Documentation

ParkingSystem.GetBusStopCountOnRoute Method 

Gets the number of bus stops for the specified route.

public int GetBusStopCountOnRoute(
   int routeId
);

Parameters

routeId
The route id to retrieve.

Return Value

The number of bus stops on a route

See Also

ParkingSystem Class | CBPRS.Parking Namespace