City Based Parking and Routing System API Documentation

RoadPosition Enumeration

Enumeration that signals the point at which the IRoad is connected to an IIntersection.

public enum RoadPosition

Members

Member Name Description
Top The road is connected at the top side of the intersection.
Right The road is connected at the right side of the intersection.
Bottom The road is connected at the bottom side of the intersection.
Left The road is connected at the left side of the intersection.

Requirements

Namespace: CBPRS.Infrastructure

Assembly: Infrastructure (in Infrastructure.dll)

See Also

CBPRS.Infrastructure Namespace