STK AviatorSend comments on this topic.
ReferenceFrame Property (IAgAvtrBasicManeuverStrategyCruiseProfile)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.