Gets the CentralBodyGraphics
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++] |
|---|
public: HRESULT get_Earth(
|
| [Java] |
|---|
public IAgStkGraphicsCentralBodyGraphics getEarth();
|