 | INodeConnectionEndNode Property |
[This is preliminary documentation and is subject to change.]
The end node of the connection.
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxINode EndNode { get; set; }Property EndNode As INode
Get
Set
property INode^ EndNode {
INode^ get ();
void set (INode^ value);
}abstract EndNode : INode with get, set
Property Value
Type:
INode
See Also