City Based Parking and Routing System API Documentation

Intersection.Connect Method 

Connects a road at the specified road position.

public 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.

Implements

IIntersection.Connect

See Also

Intersection Class | CBPRS.Infrastructure Namespace