 | RouteVehicles Property |
[This is preliminary documentation and is subject to change.]
A list of all vehicles existing on this route.
Namespace:
TrafficSimulation.Simulation.Engine.Environment
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic List<IVehicle> Vehicles { get; }Public ReadOnly Property Vehicles As List(Of IVehicle)
Get
public:
virtual property List<IVehicle^>^ Vehicles {
List<IVehicle^>^ get () sealed;
}abstract Vehicles : List<IVehicle> with get
override Vehicles : List<IVehicle> with get
Property Value
Type:
ListIVehicleImplements
IRouteVehicles
See Also