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





Windows & Linux

Description

Gets or sets the reference frame the aircraft will use to fly straight ahead.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceFrame() As AgEAvtrStraightAheadRefFrame
[C#]
public AgEAvtrStraightAheadRefFrame ReferenceFrame {get; set;}
[Managed C++]
public: __property AgEAvtrStraightAheadRefFrame get_ReferenceFrame();
public: __property void set_ReferenceFrame( AgEAvtrStraightAheadRefFrame );
[Unmanaged C++]
public: HRESULT get_ReferenceFrame(
    AgEAvtrStraightAheadRefFrame * pVal
);
public: HRESULT put_ReferenceFrame(
    AgEAvtrStraightAheadRefFrame pVal
);
[Java]
public AgEAvtrStraightAheadRefFrame getReferenceFrame();
public void setReferenceFrame(
    AgEAvtrStraightAheadRefFrame
);
[Python - STK API ]
@property
def ReferenceFrame(self) -> "AgEAvtrStraightAheadRefFrame":

@ReferenceFrame.setter
def ReferenceFrame(self, pVal:"AgEAvtrStraightAheadRefFrame") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.