Gets the CentralBodyGraphics for the Sun.
Read-only property
[Visual Basic .NET] |
---|
Public Property Sun() As IAgStkGraphicsCentralBodyGraphics |
[C#] |
---|
public IAgStkGraphicsCentralBodyGraphics Sun {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsCentralBodyGraphics ^ get_Sun(); |
[Unmanaged C++] |
---|
public: HRESULT get_Sun( IAgStkGraphicsCentralBodyGraphics ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsCentralBodyGraphics getSun(); |
[Python - STK API ] |
---|
@property def Sun(self) -> "IAgStkGraphicsCentralBodyGraphics": |