Gets the central body graphics for the planet Earth. This is equivalent to passing a central body equal to an instance of earth central body to the indexer.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Earth() As IAgStkGraphicsCentralBodyGraphics |
| [C#] |
|---|
public IAgStkGraphicsCentralBodyGraphics Earth {get;} |
| [Managed C++] |
|---|
public: __property IAgStkGraphicsCentralBodyGraphics ^ get_Earth(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsCentralBodyGraphics getEarth(); |
| [Python - STK API] |
|---|
@property def Earth(self) -> "IAgStkGraphicsCentralBodyGraphics": |





