SimpleFixedWingForwardFlightAerodynamicsAspectRatio Property |
Gets or sets the aspect ratio of the wing.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ValueDefinition<double> AspectRatio { get; set; }
Public Property AspectRatio As ValueDefinition(Of Double)
Get
Set
public:
property ValueDefinition<double>^ AspectRatio {
ValueDefinition<double>^ get ();
void set (ValueDefinition<double>^ value);
}
member AspectRatio : ValueDefinition<float> with get, set
Property Value
Type:
ValueDefinitionDoubleSee Also