Earth's coordinate reference systems.
Read-only property
[Visual Basic .NET] |
---|
Public Property Earth() As IAgCrdnWellKnownEarthSystems |
[C#] |
---|
public IAgCrdnWellKnownEarthSystems Earth {get;} |
[Managed C++] |
---|
public: __property IAgCrdnWellKnownEarthSystems ^ get_Earth(); |
[Unmanaged C++] |
---|
public: HRESULT get_Earth( IAgCrdnWellKnownEarthSystems ** ppRetVal ); |
[Java] |
---|
public IAgCrdnWellKnownEarthSystems getEarth(); |
[Python - STK API ] |
---|
@property def Earth(self) -> "IAgCrdnWellKnownEarthSystems": |