City Based Parking and Routing System API Documentation

Lane.IsValidLaneDirection Method 

Determines if the specified direction is a valid on for the current lane.

public bool IsValidLaneDirection(
   DirectionTypes direction
);

Parameters

direction
The DirectionTypes of the vehicle.

Return Value

True if the direction is valid; Otherwise false.

Implements

ILane.IsValidLaneDirection

See Also

Lane Class | CBPRS.Infrastructure Namespace