AircraftReferenceStateVelocityReferenceAxes Property |
Gets or sets the reference axes used to define the velocity of the aircraft with respect to either the static or moving local atmosphere.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ManeuverReferenceAxes VelocityReferenceAxes { get; set; }
Public Property VelocityReferenceAxes As ManeuverReferenceAxes
Get
Set
public:
property ManeuverReferenceAxes VelocityReferenceAxes {
ManeuverReferenceAxes get ();
void set (ManeuverReferenceAxes value);
}
member VelocityReferenceAxes : ManeuverReferenceAxes with get, set
Property Value
Type:
ManeuverReferenceAxesSee Also