Class

AirTrafficControlWaypointAssignment

USI.Core

Immutable next-waypoint assignment from simulator-managed air traffic control.

public sealed class AirTrafficControlWaypointAssignment : IEquatable<AirTrafficControlWaypointAssignment>

Constructors

AirTrafficControlWaypointAssignment

public AirTrafficControlWaypointAssignment(string Name, Length Altitude)

Immutable next-waypoint assignment from simulator-managed air traffic control.

Properties

Altitude

public Length Altitude { get; set; }

Name

public string Name { get; set; }

Methods

<Clone>$

public AirTrafficControlWaypointAssignment <Clone>$()

Deconstruct

public void Deconstruct(string Name, Length Altitude)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AirTrafficControlWaypointAssignment other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()