Get the alt mode.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property AltitudeMode() As AgEAvtrEphemShiftRotateAltMode |
| [C#] |
|---|
public AgEAvtrEphemShiftRotateAltMode AltitudeMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrEphemShiftRotateAltMode get_AltitudeMode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrEphemShiftRotateAltMode getAltitudeMode(); public void setAltitudeMode( AgEAvtrEphemShiftRotateAltMode ); |
[Python - STK API ] |
|---|
@property def AltitudeMode(self) -> "AgEAvtrEphemShiftRotateAltMode": @AltitudeMode.setter def AltitudeMode(self, eAltmode:"AgEAvtrEphemShiftRotateAltMode") -> None: |






