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