Show / Hide Table of Contents

Interface ICompareMode

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
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
Type Description
SessionId

Offset

Declaration
long Offset { get; set; }
Property Value
Type Description
System.Int64

Type

Declaration
CompareModeType Type { get; set; }
Property Value
Type Description
CompareModeType
In This Article
Back to top Generated by DocFX