Gets or sets the frontal face thickness of the aircraft's wings at their leading edge.
Read-write property
[Visual Basic .NET] |
---|
Public Property LeadingEdgeFrontalAreaRatio() As Double |
[C#] |
---|
public double LeadingEdgeFrontalAreaRatio {get; set;} |
[Managed C++] |
---|
public: __property double get_LeadingEdgeFrontalAreaRatio(); |
[Unmanaged C++] |
---|
public: HRESULT get_LeadingEdgeFrontalAreaRatio( double * pVal ); public: HRESULT put_LeadingEdgeFrontalAreaRatio( double newVal ); |
[Java] |
---|
public double getLeadingEdgeFrontalAreaRatio(); public void setLeadingEdgeFrontalAreaRatio( double ); |