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