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





Windows & Linux

Description

Returns the Earth central body

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.