Class HoldingPattern
Holding Pattern primary record.
public class HoldingPattern : Record424, IIcao, INamed
- Inheritance
-
objectHoldingPattern
- 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.
Remarks
See section 5.204.
Direction
Holding Pattern/Race Track Course Reversal Leg Inbound/Outbound Indicator character.
public LegDirection Direction { get; set; }
Property Value
Remarks
See section 5.298.
DuplicateIndicator
Duplicate Indicator (DUP IND) field.
public string? DuplicateIndicator { get; set; }
Property Value
Remarks
See section 5.114.
Fix
public Fix Fix { get; set; }
Property Value
Icao
ICAO Code (ICAO CODE) field.
public Icao Icao { get; set; }
Property Value
Remarks
See section 5.14.
In
Inbound Holding Course (IB HOLD CRS) field.
public Course In { get; set; }
Property Value
Remarks
See section 5.62.
LegLength
Leg Length (LEG LENGTH) field.
public float LegLength { get; set; }
Property Value
- float
Nautical miles.
Remarks
See section 5.64.
LegTime
Leg Time (LEG TIME) field.
public float LegTime { get; set; }
Property Value
- float
Minutes.
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
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
Remarks
See section 5.30.
Name
Name field.
public string? Name { get; set; }
Property Value
Remarks
See section 5.60 and 5.71.
Performance
Required Navigation Performance (RNP) field.
public float Performance { get; set; }
Property Value
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
Remarks
See section 5.20 and 5.63.