Gets or sets the ability of the wing's leading edge to ingest turbulent airflow and thereby reduce induced drag.
Read-write property
[Visual Basic .NET] |
---|
Public Property LeadingEdgeSuctionEfficiency() As Double |
[C#] |
---|
public double LeadingEdgeSuctionEfficiency {get; set;} |
[Managed C++] |
---|
public: __property double get_LeadingEdgeSuctionEfficiency(); |
[Unmanaged C++] |
---|
public: HRESULT get_LeadingEdgeSuctionEfficiency( double * pVal ); public: HRESULT put_LeadingEdgeSuctionEfficiency( double newVal ); |
[Java] |
---|
public double getLeadingEdgeSuctionEfficiency(); public void setLeadingEdgeSuctionEfficiency( double ); |