Sun's Inertial axes (as defined in STK).
Read-only property
[Visual Basic .NET] |
---|
Public Property Inertial() As IAgCrdnAxes |
[C#] |
---|
public IAgCrdnAxes Inertial {get;} |
[Managed C++] |
---|
public: __property IAgCrdnAxes ^ get_Inertial(); |
[Unmanaged C++] |
---|
public: HRESULT get_Inertial( IAgCrdnAxes ** ppRetVal ); |
[Java] |
---|
public IAgCrdnAxes getInertial(); |
[Python - STK API ] |
---|
@property def Inertial(self) -> "IAgCrdnAxes": |