Class

AirportProcedureRunwayTransition

USI.Core

A runway-specific path into or out of an airport procedure.

public sealed class AirportProcedureRunwayTransition : IEquatable<AirportProcedureRunwayTransition>

Constructors

AirportProcedureRunwayTransition

public AirportProcedureRunwayTransition(string RunwayEndIdentifier, UInt32 LegCount, IReadOnlyList<ProcedureLeg> Legs)

A runway-specific path into or out of an airport procedure.

Properties

LegCount

public UInt32 LegCount { get; set; }

Legs

public IReadOnlyList<ProcedureLeg> Legs { get; set; }

RunwayEndIdentifier

public string RunwayEndIdentifier { get; set; }

Methods

<Clone>$

public AirportProcedureRunwayTransition <Clone>$()

Deconstruct

public void Deconstruct(string RunwayEndIdentifier, UInt32 LegCount, IReadOnlyList<ProcedureLeg> Legs)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AirportProcedureRunwayTransition other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()