 | INodeConnectionStartNode Property |
[This is preliminary documentation and is subject to change.]
The start 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 StartNode { get; set; }Property StartNode As INode
Get
Set
property INode^ StartNode {
INode^ get ();
void set (INode^ value);
}abstract StartNode : INode with get, set
Property Value
Type:
INode
See Also