City Based Parking and Routing System API Documentation

ILane.IsValidLaneDirection Method 

Determines if the specified turn direction is valid for this lane.

bool IsValidLaneDirection(
   DirectionTypes direction
);

Parameters

direction
The turn direction for the current lane.

Return Value

True if the direction is valid; Otherwise, false.

See Also

ILane Interface | CBPRS.Infrastructure Namespace