STK ObjectsSend comments on this topic.
Sun Property (IAgStkCentralBodyCollection)
See Also
Windows





Windows & Linux

Description

Returns the Sun central body

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.