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





Windows & Linux

Description

Returns the Moon central body

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.