Class CruiseColumn
Fields of Cruising Table.
public class CruiseColumn : Record424, ISequenced
- Inheritance
-
objectCruiseColumn
- 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.
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.
Remarks
See section 5.135.