 | IVehicleIsForeignVehicle 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
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxbool IsForeignVehicle { get; set; }Property IsForeignVehicle As Boolean
Get
Set
property bool IsForeignVehicle {
bool get ();
void set (bool value);
}abstract IsForeignVehicle : bool with get, set
Property Value
Type:
Boolean
See Also