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++] |
---|
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: |