City Based Parking and Routing System API Documentation

Road.AddSideObject Method 

Adds a side object tot the collection of side objects for the specified side of the road.

public bool AddSideObject(
   ISideObject obj,
   bool alpha
);

Parameters

obj
The side object to add.
alpha
Boolean indicating if the objects is on the alpha or beta side of the road.

Return Value

True if the object was added sucessfully; Otherwise, false.

Implements

IRoad.AddSideObject

See Also

Road Class | CBPRS.Infrastructure Namespace