City Based Parking and Routing System API Documentation

IIntersection Interface

Basic interface for all objects that represent a type of road intersection.

For a list of all members of this type, see IIntersection Members.

public interface IIntersection : ISimObject, ISerializable

Types that implement IIntersection

Type Description
GEIntersection Generator intersection
Intersection Class that represents an intersection that supports a maximum of four connected roads.
PrecedenceIntersection Intersection that uses precedence rules to determine vehicle crossings.
TrafficLightIntersection An intersection that determines precedence based on a traffic light table

Requirements

Namespace: CBPRS.Infrastructure

Assembly: Infrastructure (in Infrastructure.dll)

See Also

IIntersection Members | CBPRS.Infrastructure Namespace