STK ObjectsSend comments on this topic.
InertialPosition Property (IAgSpatialState)
See Also
Windows





Windows & Linux

Description

Returns a position of the vehicle in central body inertial frame.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.