 | IVehicleSetRoute Method |
[This is preliminary documentation and is subject to change.]
Sets the route. And the Position to the startposition of the route.
Namespace:
TrafficSimulation.Simulation.Engine
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxvoid SetRoute(
IRoute route
)
Sub SetRoute (
route As IRoute
)
void SetRoute(
IRoute^ route
)
abstract SetRoute :
route : IRoute -> unit
Parameters
- route
- Type: TrafficSimulation.Simulation.Engine.EnvironmentIRoute
[Missing <param name="route"/> documentation for "M:TrafficSimulation.Simulation.Engine.IVehicle.SetRoute(TrafficSimulation.Simulation.Engine.Environment.IRoute)"]
See Also