City Based Parking and Routing System API Documentation
RoadSystem.RemoveRoad Method
Removes a road from the road network.
public
bool
RemoveRoad(
IRoad
road
);
Parameters
road
The
IRoad
object to remove.
Return Value
True
See Also
RoadSystem Class
|
CBPRS.Infrastructure Namespace