Gets or sets the reference frame the aircraft will use. Earth Frame will force the aircraft to overcome wind effects. Wind frame will allow the maneuver to be perturbed by wind.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReferenceFrame() As AgEAvtrBasicManeuverRefFrame |
[C#] |
---|
public AgEAvtrBasicManeuverRefFrame ReferenceFrame {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrBasicManeuverRefFrame get_ReferenceFrame(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceFrame( AgEAvtrBasicManeuverRefFrame * pVal ); public: HRESULT put_ReferenceFrame( AgEAvtrBasicManeuverRefFrame pVal ); |
[Java] |
---|
public AgEAvtrBasicManeuverRefFrame getReferenceFrame(); public void setReferenceFrame( AgEAvtrBasicManeuverRefFrame ); |
[Python - STK API ] |
---|
@property def ReferenceFrame(self) -> "AgEAvtrBasicManeuverRefFrame": @ReferenceFrame.setter def ReferenceFrame(self, pVal:"AgEAvtrBasicManeuverRefFrame") -> None: |