TrackCondition Type
Represents the condition of the track surface.
JV-Data馬場状態コード: 1=良(Fast), 2=稍重(Good), 3=重(Yielding), 4=不良(Heavy). Mapping varies between JRA official terminology and international standards.
Union cases
| Union case |
Description
|
Full Usage:
Fast
|
Fast/Firm (良) - optimal dry conditions. |
Full Usage:
Good
|
Good (稍重) - slightly soft. |
Full Usage:
Heavy
|
Heavy (不良) - waterlogged/very soft. |
Full Usage:
Soft
|
Soft - very soft ground (rarely used in JRA). |
Full Usage:
UnknownCondition
|
Unknown or unrecognized condition code. |
Full Usage:
Yielding
|
Yielding (重) - soft ground. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFast
Returns: bool
|
|
Full Usage:
this.IsGood
Returns: bool
|
|
Full Usage:
this.IsHeavy
Returns: bool
|
|
Full Usage:
this.IsSoft
Returns: bool
|
|
Full Usage:
this.IsUnknownCondition
Returns: bool
|
|
Full Usage:
this.IsYielding
Returns: bool
|
|
Xanthos