Click or drag to resize

IRouteNodesConnections Property

[This is preliminary documentation and is subject to change.]

The list of nodes the route contains of.

Namespace:  TrafficSimulation.Simulation.Engine.Environment
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
IReadOnlyList<INodeConnection> NodesConnections { get; }

Property Value

Type: IReadOnlyListINodeConnection
See Also