City Based Parking and Routing System API Documentation

Road.RemoveSideObject Method 

Removes the specified side object from the collection of the specified side of the road.

public bool RemoveSideObject(
   ISideObject obj,
   bool alpha
);

Parameters

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

Return Value

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

Implements

IRoad.RemoveSideObject

See Also

Road Class | CBPRS.Infrastructure Namespace