Gets or sets the area of the lifting surface of the aircraft.
Read-write property
[Visual Basic .NET] |
---|
Public Property TakeoffLandingRefArea() As Double |
[C#] |
---|
public double TakeoffLandingRefArea {get; set;} |
[Managed C++] |
---|
public: __property double get_TakeoffLandingRefArea(); |
[Unmanaged C++] |
---|
public: HRESULT get_TakeoffLandingRefArea( double * pVal ); public: HRESULT put_TakeoffLandingRefArea( double pVal ); |
[Java] |
---|
public double getTakeoffLandingRefArea(); public void setTakeoffLandingRefArea( double ); |