STK AviatorSend comments on this topic.
WingMaxThicknessAlongMAC Property (IAgAvtrMissileAdvancedAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the max thickness of the wing along the mean aerodynamic chord.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WingMaxThicknessAlongMAC() As Double
[C#]
public double WingMaxThicknessAlongMAC {get; set;}
[Managed C++]
public: __property double get_WingMaxThicknessAlongMAC();
public: __property void set_WingMaxThicknessAlongMAC( double );
[Unmanaged C++]
public: HRESULT get_WingMaxThicknessAlongMAC(
    double * pVal
);
public: HRESULT put_WingMaxThicknessAlongMAC(
    double newVal
);
[Java]
public double getWingMaxThicknessAlongMAC();
public void setWingMaxThicknessAlongMAC(
    double
);
[Python - STK API ]
@property
def WingMaxThicknessAlongMAC(self) -> float:

@WingMaxThicknessAlongMAC.setter
def WingMaxThicknessAlongMAC(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.