 | NodeConnectionEndNode Property |
[This is preliminary documentation and is subject to change.]
The 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)
Syntaxpublic INode EndNode { get; set; }Public Property EndNode As INode
Get
Set
public:
virtual property INode^ EndNode {
INode^ get () sealed;
void set (INode^ value) sealed;
}abstract EndNode : INode with get, set
override EndNode : INode with get, set
Property Value
Type:
INodeImplements
INodeConnectionEndNode
See Also