Description
The frontal face thickness of the aircraft's wings at their leading edge.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LeadingEdgeFrontalAreaRatio() As Double
|
| [C#] |
|---|
public double LeadingEdgeFrontalAreaRatio {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LeadingEdgeFrontalAreaRatio(); public: __property void set_LeadingEdgeFrontalAreaRatio(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LeadingEdgeFrontalAreaRatio(
double * pVal
);
public: HRESULT put_LeadingEdgeFrontalAreaRatio(
double newVal
);
|
| [Java] |
|---|
public double getLeadingEdgeFrontalAreaRatio();
public void setLeadingEdgeFrontalAreaRatio(
double
);
|
| [Python - STK API] |
|---|
@property
def LeadingEdgeFrontalAreaRatio(self) -> float:
@LeadingEdgeFrontalAreaRatio.setter
def LeadingEdgeFrontalAreaRatio(self, newVal:float) -> None:
|
See Also