 | Route Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Route class.
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic Route(
params INodeConnection[] nodeConnections
)
Public Sub New (
ParamArray nodeConnections As INodeConnection()
)
public:
Route(
... array<INodeConnection^>^ nodeConnections
)
new :
nodeConnections : INodeConnection[] -> RouteParameters
- nodeConnections
- Type: TrafficSimulation.Simulation.Engine.EnvironmentINodeConnection
The node connections.
See Also