ArgData

API Reference > 0.19.1 > DriverPerformanceList

DriverPerformanceList Class

List of driver numbers for 40 drivers.

Namespace: ArgData.Entities

Constructors

Name Description
DriverPerformanceList() Initializes a new instance of a DriverPerformanceList.

Methods

Name Description
GetByDriverNumber(Byte driverNumber) Gets the performance level for the driver with the specified number.
driverNumber: Number of driver to get performance level for.
GetEnumerator() Returns an enumerator that iterates through the collection.
SetByDriverNumber(Byte driverNumber, Byte performanceLevel) Set the performance level for the driver with the specified number.
driverNumber: Number of driver to get performance level for.
performanceLevel: Byte value representing the performance. Lower value means higher performance.
ToArray() Returns driver performance levels as an array.