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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
AzimuthHorizontalVertical
See Also