Get the aspect ratio of the aircraft.
Read-only property
[Visual Basic .NET] |
---|
Public Property AspectRatio() As Double |
[C#] |
---|
public double AspectRatio {get;} |
[Managed C++] |
---|
public: __property double get_AspectRatio(); |
[Unmanaged C++] |
---|
public: HRESULT get_AspectRatio( double * pVal ); |
[Java] |
---|
public double getAspectRatio(); |