 | 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)
Syntaxpublic bool IsForeignVehicle { get; set; }Public Property IsForeignVehicle As Boolean
Get
Set
public:
virtual property bool IsForeignVehicle {
bool get () sealed;
void set (bool value) sealed;
}abstract IsForeignVehicle : bool with get, set
override IsForeignVehicle : bool with get, set
Property Value
Type:
BooleanImplements
IVehicleIsForeignVehicle
See Also