Returns a position of the vehicle in central
body inertial frame.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property InertialPosition() As IAgPosition
|
| [C#] |
|---|
public IAgPosition InertialPosition {get;}
|
| [Managed C++] |
|---|
public: __property IAgPosition^ get_InertialPosition();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_InertialPosition(
|
| [Java] |
|---|
public IAgPosition getInertialPosition();
|