Returns the central body graphics for the central body with the given name.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsCentralBodyGraphics GetByName( string Name ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsCentralBodyGraphics^ GetByName( String __gc ^ Name ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsCentralBodyGraphics getByName( String Name ); |
| [Python - STK API] |
|---|
def GetByName(self, Name:str) -> "IAgStkGraphicsCentralBodyGraphics": |
- Name
- The name of the
CentralBody to get theCentralBodyGraphics for.





