Header menu logo Xanthos

TrackSurface Type

Represents the surface type of a race track.

JV-Data uses numeric codes for track surface: 1=芝(Turf), 2=ダート(Dirt), 3=障害芝, 4=障害ダート. See JV-Data specification section 2.1 (コード表) for complete mappings.

Union cases

Union case Description

Dirt

Full Usage: Dirt

Dirt (ダート) - sand/dirt surface.

Synthetic

Full Usage: Synthetic

Synthetic surface (all-weather track).

Turf

Full Usage: Turf

Turf (芝) - grass surface.

UnknownSurface

Full Usage: UnknownSurface

Unknown or unrecognized surface code.

Instance members

Instance member Description

this.IsDirt

Full Usage: this.IsDirt

Returns: bool
Returns: bool

this.IsSynthetic

Full Usage: this.IsSynthetic

Returns: bool
Returns: bool

this.IsTurf

Full Usage: this.IsTurf

Returns: bool
Returns: bool

this.IsUnknownSurface

Full Usage: this.IsUnknownSurface

Returns: bool
Returns: bool

Type something to start searching.