City Based Parking and Routing System API Documentation |
|
PrecedenceIntersection.ResolveConflict Method
Resolves the conflict between two routes when neither is preferred over the other.
protected override
int ResolveConflict(
int ira,
int irb);
Parameters
-
ira
- The index of the route that conflicts with irb.
-
irb
- The index of the route (in the routes table) that conflicts with ira.
Return Value
The index of the route that was found to be less than the other.
See Also
PrecedenceIntersection Class | CBPRS.Infrastructure Namespace