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
|
Full Usage:
Dirt
|
Dirt (ダート) - sand/dirt surface. |
Full Usage:
Synthetic
|
Synthetic surface (all-weather track). |
Full Usage:
Turf
|
Turf (芝) - grass surface. |
Full Usage:
UnknownSurface
|
Unknown or unrecognized surface code. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDirt
Returns: bool
|
|
Full Usage:
this.IsSynthetic
Returns: bool
|
|
Full Usage:
this.IsTurf
Returns: bool
|
|
Full Usage:
this.IsUnknownSurface
Returns: bool
|
|
Xanthos