Returns the CentralBodyGraphics 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 ); |
| [Java] |
|---|
public IAgStkGraphicsCentralBodyGraphics getByName( String Name ); |
| [Unmanaged C++] |
|---|
|
- Name
- The name of the Central Body to get the CentralBodyGraphics for.





