City Based Parking and Routing System API Documentation

Intersection.GetValidRoadToRoadCrossings Method 

Creates a matrix of valid road to road crossings.

public byte[,] GetValidRoadToRoadCrossings();

Return Value

A matrix of 4 rows and colums containing a 1 if one can enter the road from the other or zero if one cannot.

See Also

Intersection Class | CBPRS.Infrastructure Namespace