 Description
Description
The maximum load factor that the aircraft can bear while maneuvering in formation.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property MaxLoadFactor() As Double
 | 
| [C#] | 
|---|
| public double MaxLoadFactor {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_MaxLoadFactor();public: __property void set_MaxLoadFactor(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_MaxLoadFactor(
    double * pVal
);
public: HRESULT put_MaxLoadFactor(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getMaxLoadFactor();
public void setMaxLoadFactor(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def MaxLoadFactor(self) -> float:
@MaxLoadFactor.setter
def MaxLoadFactor(self, newVal:float) -> None:
 | 
 See Also
See Also