Description
The mean chord length of one of the missile's wings.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property WingMeanAeroChordLength() As Double
|
| [C#] |
|---|
public double WingMeanAeroChordLength {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_WingMeanAeroChordLength(); public: __property void set_WingMeanAeroChordLength(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_WingMeanAeroChordLength(
double * pVal
);
public: HRESULT put_WingMeanAeroChordLength(
double newVal
);
|
| [Java] |
|---|
public double getWingMeanAeroChordLength();
public void setWingMeanAeroChordLength(
double
);
|
| [Python - STK API] |
|---|
@property
def WingMeanAeroChordLength(self) -> float:
@WingMeanAeroChordLength.setter
def WingMeanAeroChordLength(self, newVal:float) -> None:
|
See Also