STK AviatorSend comments on this topic.
AltitudeMode Property (IAgAvtrProcedureDelay)
See Also
Windows





Windows & Linux

Description

Gets or sets the mode for handling the altitude of the aircraft.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeMode() As AgEAvtrDelayAltMode
[C#]
public AgEAvtrDelayAltMode AltitudeMode {get; set;}
[Managed C++]
public: __property AgEAvtrDelayAltMode get_AltitudeMode();
public: __property void set_AltitudeMode( AgEAvtrDelayAltMode );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.