City Based Parking and Routing System API Documentation

IRoad.AddSideObject Method 

Adds a side object along side to road.

bool AddSideObject(
   ISideObject obj,
   bool alpha
);

Parameters

obj
A ISideObject object.
alpha
Boolean indicating whether to look on the alpha or beta.

Return Value

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

See Also

IRoad Interface | CBPRS.Infrastructure Namespace