 | ISimulationSettingsTargetVehicleCount Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the target vehicle count. That is the total number of cars desired for the simulation
Namespace:
TrafficSimulation.Simulation.Engine.Settings
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxint TargetVehicleCount { get; set; }Property TargetVehicleCount As Integer
Get
Set
property int TargetVehicleCount {
int get ();
void set (int value);
}abstract TargetVehicleCount : int with get, set
Property Value
Type:
Int32
See Also