City Based Parking and Routing System API Documentation

Intersection.Disconnect Method (IRoad)

Disconnects the specified road.

public bool Disconnect(
   IRoad road
);

Parameters

road
A Road object that is connected to the intersection.

Return Value

True if the road was disconnected; Otherwise, false.

Implements

IIntersection.Disconnect

See Also

Intersection Class | CBPRS.Infrastructure Namespace | Intersection.Disconnect Overload List