Get the spin axis in the inertial frame.
Read-only property
[Visual Basic .NET] |
---|
Public Property Inertial() As IAgDirection |
[C#] |
---|
public IAgDirection Inertial {get;} |
[Managed C++] |
---|
public: __property IAgDirection ^ get_Inertial(); |
[Unmanaged C++] |
---|
public: HRESULT get_Inertial( IAgDirection ** ppVal ); |
[Java] |
---|
public IAgDirection getInertial(); |
[Python - STK API ] |
---|
@property def Inertial(self) -> "IAgDirection": |