Returns an attitude of the vehicle in central
body inertial frame.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property InertialOrientation() As IAgOrientation
|
| [C#] |
|---|
public IAgOrientation InertialOrientation {get;}
|
| [Managed C++] |
|---|
public: __property IAgOrientation^ get_InertialOrientation();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_InertialOrientation(
|
| [Java] |
|---|
public IAgOrientation getInertialOrientation();
|