STK AviatorSend comments on this topic.
SetAspectRatio Method (IAgAvtrAdvFixedWingGeometryBasic)
See Also
AspectRatio
Windows





Windows & Linux

Description

Set the aspect ratio of the aircraft.

Syntax

[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:

Parameters

AspectRatio

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.