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