Description
The ability of the wing's leading edge to ingest turbulent airflow and thereby reduce induced drag.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LeadingEdgeSuctionEfficiency() As Double
|
| [C#] |
|---|
public double LeadingEdgeSuctionEfficiency {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LeadingEdgeSuctionEfficiency(); public: __property void set_LeadingEdgeSuctionEfficiency(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LeadingEdgeSuctionEfficiency(
double * pVal
);
public: HRESULT put_LeadingEdgeSuctionEfficiency(
double newVal
);
|
| [Java] |
|---|
public double getLeadingEdgeSuctionEfficiency();
public void setLeadingEdgeSuctionEfficiency(
double
);
|
| [Python - STK API] |
|---|
@property
def LeadingEdgeSuctionEfficiency(self) -> float:
@LeadingEdgeSuctionEfficiency.setter
def LeadingEdgeSuctionEfficiency(self, newVal:float) -> None:
|
See Also