Show / Hide Table of Contents

Interface ILap

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface ILap

Properties

EndTime

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

EndTimeVba

Declaration
double EndTimeVba { get; set; }
Property Value
Type Description
System.Double

LapId

Declaration
int LapId { get; set; }
Property Value
Type Description
System.Int32

LapTime

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

LapTimeVba

Declaration
double LapTimeVba { get; set; }
Property Value
Type Description
System.Double

Name

Declaration
string Name { get; set; }
Property Value
Type Description
System.String

Number

Declaration
short Number { get; set; }
Property Value
Type Description
System.Int16

StartTime

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

StartTimeVba

Declaration
double StartTimeVba { get; set; }
Property Value
Type Description
System.Double

TriggerSource

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