 | PositionNodeConnection Property |
[This is preliminary documentation and is subject to change.]
The connection where the position is
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic INodeConnection NodeConnection { get; set; }Public Property NodeConnection As INodeConnection
Get
Set
public:
virtual property INodeConnection^ NodeConnection {
INodeConnection^ get () sealed;
void set (INodeConnection^ value) sealed;
}abstract NodeConnection : INodeConnection with get, set
override NodeConnection : INodeConnection with get, set
Property Value
Type:
INodeConnectionImplements
IPositionNodeConnection
See Also