 Description
Description
The max landing weight of the aircraft.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property MaxLandingWeight() As Double
 | 
| [C#] | 
|---|
| public double MaxLandingWeight {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_MaxLandingWeight();public: __property void set_MaxLandingWeight(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_MaxLandingWeight(
    double * pRetVal
);
public: HRESULT put_MaxLandingWeight(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getMaxLandingWeight();
public void setMaxLandingWeight(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def MaxLandingWeight(self) -> float:
@MaxLandingWeight.setter
def MaxLandingWeight(self, newVal:float) -> None:
 | 
 See Also
See Also