Click or drag to resize

VehicleIsForeignVehicle Property

[This is preliminary documentation and is subject to change.]

Gets or sets a value indicating whether this instance is a foreign vehicle.

Namespace:  TrafficSimulation.Simulation.Engine.VehicleHandling
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public bool IsForeignVehicle { get; set; }

Property Value

Type: Boolean

Implements

IVehicleIsForeignVehicle
See Also