Table of Contents

Class HoldingPattern

Namespace
Arinc424.Routing
Assembly
Arinc424.dll

Holding Pattern primary record.

public class HoldingPattern : Record424, IIcao, INamed
Inheritance
HoldingPattern
Implements
Inherited Members

Remarks

See section 4.1.5.1.

Properties

ArcRadius

ARC Radius (ARC RAD) field.

public float ArcRadius { get; set; }

Property Value

float

Nautical miles and thousands of mile.

Remarks

See section 5.204.

Direction

Holding Pattern/Race Track Course Reversal Leg Inbound/Outbound Indicator character.

public LegDirection Direction { get; set; }

Property Value

LegDirection

Remarks

See section 5.298.

DuplicateIndicator

Duplicate Indicator (DUP IND) field.

public string? DuplicateIndicator { get; set; }

Property Value

string

Remarks

See section 5.114.

Fix

public Fix Fix { get; set; }

Property Value

Fix

IcaoCode

ICAO Code (ICAO CODE) field.

public string IcaoCode { get; set; }

Property Value

string

Remarks

See section 5.14.

In

Inbound Holding Course (IB HOLD CRS) field.

public Course In { get; set; }

Property Value

Course

Remarks

See section 5.62.

LegLength

Leg Length (LEG LENGTH) field.

public float LegLength { get; set; }

Property Value

float

Nautical miles and tenths of mile.

Remarks

See section 5.64.

LegTime

Leg Time (LEG TIME) field.

public float LegTime { get; set; }

Property Value

float

Minutes and tenths of minute.

Remarks

See section 5.65.

MaxLevel

RVSM Maximum Level field.

public int MaxLevel { get; set; }

Property Value

int

Flight level.

Remarks

See section 5.295.

Maximum

Maximum Altitude (MAX ALT) field.

public Altitude Maximum { get; set; }

Property Value

Altitude

Remarks

See section 5.127.

MinLevel

RVSM Minimum Level field.

public int MinLevel { get; set; }

Property Value

int

Flight level.

Remarks

See section 5.294.

Minimum

Altitude/Minimum Altitude field.

public Altitude Minimum { get; set; }

Property Value

Altitude

Remarks

See section 5.30.

Name

Name field.

public string? Name { get; set; }

Property Value

string

Remarks

See section 5.60 and 5.71.

Performance

Required Navigation Performance (RNP) field.

public float Performance { get; set; }

Property Value

float

Remarks

See section 5.211.

ScaleFactor

Vertical Scale Factor (VSF) field.

public int ScaleFactor { get; set; }

Property Value

int

Feet.

Remarks

See section 5.293.

Speed

Holding Speed (HOLD SPEED) field.

public int Speed { get; set; }

Property Value

int

Knots.

Remarks

See section 5.175.

Turn

Turn Direction (TURN DIR) and Turn (TURN) character.

public Turn Turn { get; set; }

Property Value

Turn

Remarks

See section 5.20 and 5.63.