Description
The area of the lifting surface of the missile.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property RefArea() As Double
|
| [C#] |
|---|
public double RefArea {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_RefArea(); public: __property void set_RefArea(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RefArea(
double * pVal
);
public: HRESULT put_RefArea(
double pVal
);
|
| [Java] |
|---|
public double getRefArea();
public void setRefArea(
double
);
|
| [Python - STK API] |
|---|
@property
def RefArea(self) -> float:
@RefArea.setter
def RefArea(self, pVal:float) -> None:
|
See Also