City Based Parking and Routing System API Documentation

ParkingSystem.CreateBusStop Method 

Creates a new bus stop on the specified route.

public BusStop CreateBusStop(
   int routeid
);

Parameters

routeid
The route id of the new bus stop.

Return Value

The newly created BusStop object.

See Also

ParkingSystem Class | CBPRS.Parking Namespace