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





Windows & Linux

Description

Get the alt mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeMode() As AgEAvtrEphemShiftRotateAltMode
[C#]
public AgEAvtrEphemShiftRotateAltMode AltitudeMode {get; set;}
[Managed C++]
public: __property AgEAvtrEphemShiftRotateAltMode get_AltitudeMode();
public: __property void set_AltitudeMode( AgEAvtrEphemShiftRotateAltMode );
[Unmanaged C++]
public: HRESULT get_AltitudeMode(
    AgEAvtrEphemShiftRotateAltMode * eAltmode
);
public: HRESULT put_AltitudeMode(
    AgEAvtrEphemShiftRotateAltMode eAltmode
);
[Java]
public AgEAvtrEphemShiftRotateAltMode getAltitudeMode();
public void setAltitudeMode(
    AgEAvtrEphemShiftRotateAltMode
);
[Python - STK API ]
@property
def AltitudeMode(self) -> "AgEAvtrEphemShiftRotateAltMode":

@AltitudeMode.setter
def AltitudeMode(self, eAltmode:"AgEAvtrEphemShiftRotateAltMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.