AircraftCenterOfGravityPosition
USI.Core
Current center-of-gravity position relative to the aircraft reference point in signed aircraft axes using the session's selected length unit.
public sealed class AircraftCenterOfGravityPosition : IEquatable<AircraftCenterOfGravityPosition>Constructors
AircraftCenterOfGravityPosition
public AircraftCenterOfGravityPosition(Length Forward, Length Rightward)Current center-of-gravity position relative to the aircraft reference point in signed aircraft axes using the session's selected length unit.
Properties
Forward
public Length Forward { get; set; }Rightward
public Length Rightward { get; set; }Methods
<Clone>$
public AircraftCenterOfGravityPosition <Clone>$()Deconstruct
public void Deconstruct(Length Forward, Length Rightward)Equals
public bool Equals(object obj)Equals
public bool Equals(AircraftCenterOfGravityPosition other)GetHashCode
public int GetHashCode()ToString
public string ToString()