 Description
Description
The aircraft's default cruise altitude.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property DefaultCruiseAltitude() As Double
 | 
| [C#] | 
|---|
| public double DefaultCruiseAltitude {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_DefaultCruiseAltitude();public: __property void set_DefaultCruiseAltitude(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_DefaultCruiseAltitude(
    double * pVal
);
public: HRESULT put_DefaultCruiseAltitude(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getDefaultCruiseAltitude();
public void setDefaultCruiseAltitude(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def DefaultCruiseAltitude(self) -> float:
@DefaultCruiseAltitude.setter
def DefaultCruiseAltitude(self, newVal:float) -> None:
 | 
 See Also
See Also