 | IVehicleLifetimeManagerCreateVehicle Method |
[This is preliminary documentation and is subject to change.]
Creates a new vehicle
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxFunction CreateVehicle As IVehicle
IVehicle^ CreateVehicle()
abstract CreateVehicle : unit -> IVehicle
Return Value
Type:
IVehicleThe newly created vehicle
See Also