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( IAgPosition ** ppRetVal ); |
[Java] |
---|
public IAgPosition getFixedPosition(); |
[Python - STK API ] |
---|
@property def FixedPosition(self) -> "IAgPosition": |