 | INodeAddNodeConnection Method |
[This is preliminary documentation and is subject to change.]
Adds a node connection where this node is either start or end node.
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxvoid AddNodeConnection(
INodeConnection connection
)
Sub AddNodeConnection (
connection As INodeConnection
)
void AddNodeConnection(
INodeConnection^ connection
)
abstract AddNodeConnection :
connection : INodeConnection -> unit
Parameters
- connection
- Type: TrafficSimulation.Simulation.Engine.EnvironmentINodeConnection
The connection.
See Also