Aydsko iRacing Data API
Show / Hide Table of Contents

Class TrackState

Inheritance
object
TrackState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Series
Assembly: Aydsko.iRacingData.dll
Syntax
public class TrackState

Properties

LeaveMarbles

Declaration
[JsonPropertyName("leave_marbles")]
public bool LeaveMarbles { get; set; }
Property Value
Type Description
bool

PracticeRubber

Declaration
[JsonPropertyName("practice_rubber")]
public int PracticeRubber { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX