Interface ICompareMode
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface ICompareMode
Properties
AutoFitLaps
Declaration
bool AutoFitLaps { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AutoFitLimit
Declaration
double AutoFitLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
LapNumber
Declaration
short LapNumber { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
LapSession
Declaration
SessionId LapSession { get; set; }
Property Value
Offset
Declaration
long Offset { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Type
Declaration
CompareModeType Type { get; set; }
Property Value