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