Table of Contents

Class Approach

Namespace
Arinc424.Procedures
Assembly
Arinc424.dll

Multiple Airport and Heliport Approach primary record sequences under same identifier.

public class Approach : Procedure<ApproachSequence, ApproachPoint>, ISequence, IIdentity, IIcao
Inheritance
object
Approach
Implements
Inherited Members

Remarks

See section 4.1.9.1 and 4.2.3.1.

Properties

GroundPoints

public GroundPoint[]? GroundPoints { get; set; }

Property Value

GroundPoint[]

SatellitePoints

public SatellitePoint[]? SatellitePoints { get; set; }

Property Value

SatellitePoint[]