AircraftReferenceStateVelocity Property |
Gets or sets the velocity of the aircraft with respect to the static or moving local atmosphere,
depending on the value of
VelocityReferenceAxes.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AzimuthHorizontalVertical Velocity { get; set; }
Public Property Velocity As AzimuthHorizontalVertical
Get
Set
public:
property AzimuthHorizontalVertical Velocity {
AzimuthHorizontalVertical get ();
void set (AzimuthHorizontalVertical value);
}
member Velocity : AzimuthHorizontalVertical with get, set
Property Value
Type:
AzimuthHorizontalVerticalSee Also