 | XmlGraphReaderNodeConnections Property |
[This is preliminary documentation and is subject to change.]
The node Connections extracted from Xml
Namespace:
TrafficSimulation.Simulation.Engine.Xml
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic List<INodeConnection> NodeConnections { get; }Public ReadOnly Property NodeConnections As List(Of INodeConnection)
Get
public:
property List<INodeConnection^>^ NodeConnections {
List<INodeConnection^>^ get ();
}member NodeConnections : List<INodeConnection> with get
Property Value
Type:
ListINodeConnection
See Also