SimpleFixedWingForwardFlightAerodynamicsDragIndex Property |
Gets or sets the drag index.
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> DragIndex { get; set; }
Public Property DragIndex As ValueDefinition(Of Double)
Get
Set
public:
property ValueDefinition<double>^ DragIndex {
ValueDefinition<double>^ get ();
void set (ValueDefinition<double>^ value);
}
member DragIndex : ValueDefinition<float> with get, set
Property Value
Type:
ValueDefinitionDoubleSee Also