Gets or sets the max thickness of the wing along the mean aerodynamic chord.
Read-write property
[Visual Basic .NET] |
---|
Public Property WingMaxThicknessAlongMAC() As Double |
[C#] |
---|
public double WingMaxThicknessAlongMAC {get; set;} |
[Managed C++] |
---|
public: __property double get_WingMaxThicknessAlongMAC(); |
[Unmanaged C++] |
---|
public: HRESULT get_WingMaxThicknessAlongMAC( double * pVal ); public: HRESULT put_WingMaxThicknessAlongMAC( double newVal ); |
[Java] |
---|
public double getWingMaxThicknessAlongMAC(); public void setWingMaxThicknessAlongMAC( double ); |