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