Gets or sets the mean chord length of one of the missile's wings.
Read-write property
[Visual Basic .NET] |
---|
Public Property WingMeanAeroChordLength() As Double |
[C#] |
---|
public double WingMeanAeroChordLength {get; set;} |
[Managed C++] |
---|
public: __property double get_WingMeanAeroChordLength(); |
[Unmanaged C++] |
---|
public: HRESULT get_WingMeanAeroChordLength( double * pVal ); public: HRESULT put_WingMeanAeroChordLength( double newVal ); |
[Java] |
---|
public double getWingMeanAeroChordLength(); public void setWingMeanAeroChordLength( double ); |