Set the aspect ratio of the aircraft.
[Visual Basic .NET] |
---|
Public Sub SetAspectRatio( _ ByVal AspectRatio As Double _ ) |
[C#] |
---|
public void SetAspectRatio( double AspectRatio ); |
[Managed C++] |
---|
public: void SetAspectRatio( double AspectRatio ); |
[Unmanaged C++] |
---|
public: HRESULT SetAspectRatio( double AspectRatio ); |
[Java] |
---|
public void setAspectRatio( double AspectRatio ); |
[Python - STK API ] |
---|
def SetAspectRatio(self, AspectRatio:float) -> None: |
- AspectRatio