City Based Parking and Routing System API Documentation

IRoad.RemoveSideObject Method 

Removes a side object along side to road.

bool RemoveSideObject(
   ISideObject obj,
   bool alpha
);

Parameters

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

Return Value

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

See Also

IRoad Interface | CBPRS.Infrastructure Namespace