City Based Parking and Routing System API Documentation

IIntersection.Connect Method 

Connects a road at the specified road position.

bool Connect(
   IRoad road,
   RoadPosition position
);

Parameters

road
A Road object to connect to this intersection.
position
A RoadPosition object that indicates the connection position.

Return Value

True if the road is connected at the specified position; Otherwise, false.

See Also

IIntersection Interface | CBPRS.Infrastructure Namespace