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