Description
The span of one of the missile's wings.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property WingSpan() As Double
|
| [C#] |
|---|
public double WingSpan {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_WingSpan(); public: __property void set_WingSpan(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_WingSpan(
double * pVal
);
public: HRESULT put_WingSpan(
double newVal
);
|
| [Java] |
|---|
public double getWingSpan();
public void setWingSpan(
double
);
|
| [Python - STK API] |
|---|
@property
def WingSpan(self) -> float:
@WingSpan.setter
def WingSpan(self, newVal:float) -> None:
|
See Also