Class CruiseRow
Fields of Cruising Table
.
public class CruiseRow : Record424, ISequenced
- Inheritance
-
CruiseRow
- Implements
- Inherited Members
Remarks
Used by CruiseTable like subsequence.
Properties
CourseType
Magnetic/True Indicator (M/T IND)
character.
public CourseType CourseType { get; set; }
Property Value
Remarks
See section 5.165.
From
Course FROM
field.
public float From { get; set; }
Property Value
- float
Degrees and tenths of degree.
Remarks
See section 5.135.
Levels
public Level[] Levels { get; set; }
Property Value
- Level[]
SeqNumber
Sequence Number (SEQ NR)
field.
public int SeqNumber { get; set; }
Property Value
Remarks
See section 5.12.
To
Course TO
field.
public float To { get; set; }
Property Value
- float
Degrees and tenths of degree.
Remarks
See section 5.135.