City Based Parking and Routing System API Documentation

InternalRoute.IsRoute Method 

Determines if the specified from and to lane are those stored by this route.

public bool IsRoute(
   ILane from,
   ILane to
);

Parameters

from
The lane at which the route originates.
to
The lane that is the destination.

Return Value

True if the specified from and to lanes match this routes lanes.

See Also

InternalRoute Class | CBPRS.Infrastructure Namespace