City Based Parking and Routing System API Documentation

IRoad.GetSideObjectAtCell Method 

Retrieves the side object at specified cell on the specified side of the road.

ISideObject GetSideObjectAtCell(
   int cell,
   bool alpha
);

Parameters

cell
The cell at which to retrieve the object.
alpha
Boolean indicating whether to look on the alpha side or beta.

Return Value

The side object located at the specified position; Otherwise, false.

See Also

IRoad Interface | CBPRS.Infrastructure Namespace