City Based Parking and Routing System API Documentation

ParkingSystem.GetSectorStation Method 

Gets the sector station with the specified id.

public SectorStation GetSectorStation(
   int id
);

Parameters

id
The id of the sector station specified.

Return Value

The sector if present; Otherwise, null.

See Also

ParkingSystem Class | CBPRS.Parking Namespace