STK Graphics PrimitivesSend comments on this topic.
Earth Property (IAgStkGraphicsCentralBodyGraphicsIndexer)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[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(
    IAgStkGraphicsCentralBodyGraphics ** ppRetVal
);
[Java]
public IAgStkGraphicsCentralBodyGraphics getEarth();
[Python - STK API ]
@property
def Earth(self) -> "IAgStkGraphicsCentralBodyGraphics":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.