 | VehicleSetRoute 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.VehicleHandling
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic void SetRoute(
IRoute route
)
Public Sub SetRoute (
route As IRoute
)
public:
virtual void SetRoute(
IRoute^ route
) sealed
abstract SetRoute :
route : IRoute -> unit
override SetRoute :
route : IRoute -> unit Parameters
- route
- Type: TrafficSimulation.Simulation.Engine.EnvironmentIRoute
[Missing <param name="route"/> documentation for "M:TrafficSimulation.Simulation.Engine.VehicleHandling.Vehicle.SetRoute(TrafficSimulation.Simulation.Engine.Environment.IRoute)"]
Implements
IVehicleSetRoute(IRoute)
See Also