 | RouteNodesConnections 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)
Syntaxpublic IReadOnlyList<INodeConnection> NodesConnections { get; }Public ReadOnly Property NodesConnections As IReadOnlyList(Of INodeConnection)
Get
public:
virtual property IReadOnlyList<INodeConnection^>^ NodesConnections {
IReadOnlyList<INodeConnection^>^ get () sealed;
}abstract NodesConnections : IReadOnlyList<INodeConnection> with get
override NodesConnections : IReadOnlyList<INodeConnection> with get
Property Value
Type:
IReadOnlyListINodeConnectionImplements
IRouteNodesConnections
See Also