City Based Parking and Routing System API Documentation

ParkingSystem.CreateSectorStation Method 

Creates a new Parking sector station.

public SectorStation CreateSectorStation(
   int id
);

Parameters

id
The id to assign to the sector station.

Return Value

A new SectorStation with the specified id assigned.

See Also

ParkingSystem Class | CBPRS.Parking Namespace