City Based Parking and Routing System API Documentation

SectorStation.GetLampPost Method 

Gets a lamppost by the specified id.

public LampPost GetLampPost(
   uint id
);

Parameters

id
The id of the lamppost to retrieve.

Return Value

The lamppost with the specified id if present; Ohterwise, null.

See Also

SectorStation Class | CBPRS.Parking Namespace