 | INodeNodeConnections Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the adjacent node connections.
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxList<INodeConnection> NodeConnections { get; set; }Property NodeConnections As List(Of INodeConnection)
Get
Set
property List<INodeConnection^>^ NodeConnections {
List<INodeConnection^>^ get ();
void set (List<INodeConnection^>^ value);
}abstract NodeConnections : List<INodeConnection> with get, set
Property Value
Type:
ListINodeConnection
See Also