Description
The mach number at which the wings are swept to the max sweep angle.
Property type
Read-write property
Syntax
| [Visual Basic .NET] | 
|---|
Public Property StopSweepMach() As Double 
  | 
| [C#] | 
|---|
public double StopSweepMach {get; set;}
  | 
| [Managed C++] | 
|---|
public: __property double get_StopSweepMach(); public: __property void set_StopSweepMach(
    double
); 
  | 
| [Unmanaged C++] | 
|---|
public: HRESULT get_StopSweepMach(
    double * pVal
);
public: HRESULT put_StopSweepMach(
    double newVal
);
  | 
| [Java] | 
|---|
public double getStopSweepMach();
public void setStopSweepMach(
    double
);
  | 
| [Python - STK API] | 
|---|
@property
def StopSweepMach(self) -> float:
@StopSweepMach.setter
def StopSweepMach(self, newVal:float) -> None: 
  | 
See Also