Table of Contents

Class ProcedurePoint

Namespace
Arinc424.Procedures
Assembly
Arinc424.dll

Fields of Airport and Heliport SID/STAR/Approach.

public abstract class ProcedurePoint : Record424
Inheritance
ProcedurePoint
Derived
Inherited Members

Properties

Altitude

Altitude/Minimum Altitude field.

public Altitude Altitude { get; set; }

Property Value

Altitude

Remarks

See section 5.30.

Altitude2

Altitude/Minimum Altitude field.

public Altitude Altitude2 { get; set; }

Property Value

Altitude

Remarks

See section 5.30.

AltitudeDescription

Altitude Description (ALT DESC) character.

public AltitudeDescription AltitudeDescription { get; set; }

Property Value

AltitudeDescription

Remarks

See section 5.29.

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.

AtcIndicator

ATC Indicator (ATC) character.

public char AtcIndicator { get; set; }

Property Value

char

Remarks

See section 5.81.

Center

Center Fix (CENTER FIX) or TAA Sector Identifier field.

[Obsolete("todo: spec contains error, need more analysis")]
public string? Center { get; set; }

Property Value

string

Remarks

See section 5.144 and 5.272.

CodeTurnIndicator

Multiple Code (MULTI CD) or Procedure Turn Indicator character.

[Obsolete("same")]
public char CodeTurnIndicator { get; set; }

Property Value

char

Remarks

See section 5.130 or 5.271.

Course

Outbound Magnetic Course (OB MAG CRS) field.

public Course Course { get; set; }

Property Value

Course

Degrees and tenths of degree.

Remarks

See section 5.26.

Descriptions

Waypoint Description Code (DESC CODE) field.

[Obsolete("maybe split to 4 enums for SID/STAR/Approach and Airway?")]
public WaypointDescriptions Descriptions { get; set; }

Property Value

WaypointDescriptions

Remarks

See section 5.17.

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.

DistanceTiming

Route Distance From, Holding Distance/Time (RTE DIST FROM, HOLD DIST/TIME) field.

public string? DistanceTiming { get; set; }

Property Value

string

Remarks

See section 5.27.

Fix

public Fix? Fix { get; set; }

Property Value

Fix

IsTurnRequired

Turn Direction Valid (TDV) character.

public Bool IsTurnRequired { get; set; }

Property Value

Bool

Remarks

See section 5.22.

LegType

Path and Termination (PATH TERM) field.

public LegType LegType { get; set; }

Property Value

LegType

Remarks

See section 5.21.

Overlay

GNSS/FMS Indicator (GNSS/FMS IND) character.

public Overlay Overlay { get; set; }

Property Value

Overlay

Remarks

See section 5.222.

Performance

Required Navigation Performance (RNP) field.

public float Performance { get; set; }

Property Value

float

Remarks

See section 5.211.

public Fix? Recommended { get; set; }

Property Value

Fix

Rho

Rho (RHO) field.

public float Rho { get; set; }

Property Value

float

Nautical miles and tenths of mile.

Remarks

See section 5.25.

SpeedLimit

Speed Limit (SPEED LIMIT) field.

public int SpeedLimit { get; set; }

Property Value

int

Knots.

Remarks

See section 5.72.

SpeedLimitType

Speed Limit Description (SLD) character.

public SpeedLimitType SpeedLimitType { get; set; }

Property Value

SpeedLimitType

Remarks

See section 5.261.

Theta

Theta (THETA) field.

public float Theta { get; set; }

Property Value

float

Degrees and tenths of degree.

Remarks

See section 5.24.

TransitionAltitude

Transition Altitude/Level (TRANS ALTITUDE/LEVEL) field.

public int TransitionAltitude { get; set; }

Property Value

int

Feet or flight level.

Remarks

See section 5.53.

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.