 | VehicleRoute Property |
[This is preliminary documentation and is subject to change.]
Gets 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 IRoute Route { get; }Public ReadOnly Property Route As IRoute
Get
public:
virtual property IRoute^ Route {
IRoute^ get () sealed;
}abstract Route : IRoute with get
override Route : IRoute with get
Property Value
Type:
IRouteImplements
IVehicleRoute
See Also