Gets or sets the reference frame the aircraft will use to fly straight ahead.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ReferenceFrame() As AgEAvtrStraightAheadRefFrame |
| [C#] |
|---|
public AgEAvtrStraightAheadRefFrame ReferenceFrame {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrStraightAheadRefFrame get_ReferenceFrame(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrStraightAheadRefFrame getReferenceFrame(); public void setReferenceFrame( AgEAvtrStraightAheadRefFrame ); |
[Python - STK API ] |
|---|
@property def ReferenceFrame(self) -> "AgEAvtrStraightAheadRefFrame": @ReferenceFrame.setter def ReferenceFrame(self, pVal:"AgEAvtrStraightAheadRefFrame") -> None: |






