Struct

AirTrafficControlRunwayRelativePosition

USI.Core

Signed main-gear position in the simulator-managed ATC runway coordinate system. The provider's native X/Y/Z names remain below the SDK.

public struct AirTrafficControlRunwayRelativePosition : IEquatable<AirTrafficControlRunwayRelativePosition>

Constructors

AirTrafficControlRunwayRelativePosition

public AirTrafficControlRunwayRelativePosition(Length Transverse, Length Height, Length Longitudinal)

Signed main-gear position in the simulator-managed ATC runway coordinate system. The provider's native X/Y/Z names remain below the SDK.

Properties

Height

public Length Height { get; set; }

Longitudinal

public Length Longitudinal { get; set; }

Transverse

public Length Transverse { get; set; }

Methods

Deconstruct

public void Deconstruct(Length Transverse, Length Height, Length Longitudinal)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AirTrafficControlRunwayRelativePosition other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()