Gets or sets the mach number at which the wings are swept to the max sweep angle.
Read-write property
[Visual Basic .NET] |
---|
Public Property StopSweepMach() As Double |
[C#] |
---|
public double StopSweepMach {get; set;} |
[Managed C++] |
---|
public: __property double get_StopSweepMach(); |
[Unmanaged C++] |
---|
public: HRESULT get_StopSweepMach( double * pVal ); public: HRESULT put_StopSweepMach( double newVal ); |
[Java] |
---|
public double getStopSweepMach(); public void setStopSweepMach( double ); |