Gets or sets the area of one of the missile's wings.
Read-write property
[Visual Basic .NET] |
---|
Public Property WingSurfaceArea() As Double |
[C#] |
---|
public double WingSurfaceArea {get; set;} |
[Managed C++] |
---|
public: __property double get_WingSurfaceArea(); |
[Unmanaged C++] |
---|
public: HRESULT get_WingSurfaceArea( double * pVal ); public: HRESULT put_WingSurfaceArea( double newVal ); |
[Java] |
---|
public double getWingSurfaceArea(); public void setWingSurfaceArea( double ); |