Gets or sets the area of the lifting surface of the missile.
Read-write property
[Visual Basic .NET] |
---|
Public Property RefArea() As Double |
[C#] |
---|
public double RefArea {get; set;} |
[Managed C++] |
---|
public: __property double get_RefArea(); |
[Unmanaged C++] |
---|
public: HRESULT get_RefArea( double * pVal ); public: HRESULT put_RefArea( double pVal ); |
[Java] |
---|
public double getRefArea(); public void setRefArea( double ); |