Gets or sets the mode for handling the altitude of the aircraft.
Read-write property
[Visual Basic .NET] |
---|
Public Property AltitudeMode() As AgEAvtrDelayAltMode |
[C#] |
---|
public AgEAvtrDelayAltMode AltitudeMode {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrDelayAltMode get_AltitudeMode(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeMode( AgEAvtrDelayAltMode * pVal ); public: HRESULT put_AltitudeMode( AgEAvtrDelayAltMode newVal ); |
[Java] |
---|
public AgEAvtrDelayAltMode getAltitudeMode(); public void setAltitudeMode( AgEAvtrDelayAltMode ); |
[Python - STK API ] |
---|
@property def AltitudeMode(self) -> "AgEAvtrDelayAltMode": @AltitudeMode.setter def AltitudeMode(self, newVal:"AgEAvtrDelayAltMode") -> None: |