Table of Contents

Class CruiseRow

Namespace
Arinc424.Tables
Assembly
Arinc424.dll

Fields of Cruising Table.

public class CruiseRow : Record424
Inheritance
CruiseRow
Inherited Members

Remarks

Used by CruiseTable like subsequence.

Properties

CourseType

Magnetic/True Indicator (M/T IND) character.

public CourseType CourseType { get; set; }

Property Value

CourseType

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.

LevelRanges

public Level[] LevelRanges { get; set; }

Property Value

Level[]

To

Course TO field.

public float To { get; set; }

Property Value

float

Degrees and tenths of degree.

Remarks

See section 5.135.