City Based Parking and Routing System API Documentation

SectorStation.AddLampPost Method 

Adds a lamppost to the collection of lampposts operated by the current sector station.

public bool AddLampPost(
   LampPost post
);

Parameters

post
The LampPost to add to the collection.

Return Value

True if the post was added; Otherwise, false.

See Also

SectorStation Class | CBPRS.Parking Namespace