 | IEngineSetCarDefect Method |
[This is preliminary documentation and is subject to change.]
Sets the car defect.
Namespace:
TrafficSimulation.Simulation.Engine
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxvoid SetCarDefect(
int id
)
Sub SetCarDefect (
id As Integer
)
void SetCarDefect(
int id
)
abstract SetCarDefect :
id : int -> unit
Parameters
- id
- Type: SystemInt32
The identifier.
See Also