 | VehicleIsDefect Property |
[This is preliminary documentation and is subject to change.]
Signals if a vehicle is defect.
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 IsDefect { get; }Public ReadOnly Property IsDefect As Boolean
Get
public:
virtual property bool IsDefect {
bool get () sealed;
}abstract IsDefect : bool with get
override IsDefect : bool with get
Property Value
Type:
BooleanImplements
IVehicleIsDefect
See Also