Earth's well-known axes.
Read-only property
[Visual Basic .NET] |
---|
Public Property Earth() As IAgCrdnWellKnownEarthAxes |
[C#] |
---|
public IAgCrdnWellKnownEarthAxes Earth {get;} |
[Managed C++] |
---|
public: __property IAgCrdnWellKnownEarthAxes ^ get_Earth(); |
[Unmanaged C++] |
---|
public: HRESULT get_Earth( IAgCrdnWellKnownEarthAxes ** ppRetVal ); |
[Java] |
---|
public IAgCrdnWellKnownEarthAxes getEarth(); |
[Python - STK API ] |
---|
@property def Earth(self) -> "IAgCrdnWellKnownEarthAxes": |
Finds the axes' orientation in Earth's Fixed axes.
[C#] | ||
---|---|---|
|
Finds the axes' orientation in Earth's Fixed axes.
[Visual Basic .NET] | ||
---|---|---|
|