City Based Parking and Routing System API Documentation

Road.GetSideObjectAtCell Method 

Gets the side object at the specified cell.

public ISideObject GetSideObjectAtCell(
   int cell,
   bool alpha
);

Parameters

cell
The cell at which the side object resides.
alpha
Boolean indicating if the objects is on the alpha or beta side of the road.

Return Value

The side object present at the specified cell.

Implements

IRoad.GetSideObjectAtCell

See Also

Road Class | CBPRS.Infrastructure Namespace