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